summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-08-20 13:07:15 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-08-20 13:07:15 +0100
commit178bbc00370a3e0948e273a878be25a88c9d5972 (patch)
tree07e2243a2daa50292b5ce108150c72843ef59f13
parent6f9a8478266aa06384d81da184cdd5e163d9716f (diff)
downloadlorry-baserock/bugfix/fix-bundle-paths.tar.gz
Bundles: change the prefix to git.baserock.orgbaserock/bugfix/fix-bundle-paths
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index 2e319cc..6ddb9c3 100755
--- a/lorry
+++ b/lorry
@@ -57,7 +57,7 @@ class Lorry(cliapp.Application):
'pulling from the mirror server (default: '
'%default)',
metavar='URL',
- default='git://roadtrain.codethink.co.uk/delta')
+ default='git://git.baserock.org/delta')
self.settings.boolean(['pull-only'],
'only pull from upstreams, do not push to '
'the mirror server')