summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-02-22 10:11:02 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-02-22 10:11:02 +0000
commitc4da9161486dd3aa362b4073ee96895ea36be1e4 (patch)
treeaba31a500d4aaf2e8fb317cd29d12dc2f78392f4 /lorry
parentb55aab3e0f0fca1eacdde08bd9bd0f5b6417b61a (diff)
downloadlorry-c4da9161486dd3aa362b4073ee96895ea36be1e4.tar.gz
lorry: suffix bundles with .bndl
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index 47b7030..0b272df 100755
--- a/lorry
+++ b/lorry
@@ -111,7 +111,7 @@ class Lorry(cliapp.Application):
if self.settings['bundle'] == 'never': return
bundlename = "%s/%s" % (self.settings['mirror-base-url-fetch'], name)
path = os.path.join(self.settings['bundle-dest'],
- quote_url(bundlename))
+ quote_url(bundlename)) + '.bndl'
if not os.path.exists(path) or self.settings['bundle'] == 'always':
self.progress('.. building bundle %s' % bundlename)
self.run_program(['git', 'bundle', 'create', path, '--branches',