summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-20 17:34:13 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-20 17:34:13 +0100
commitd581d501254354c16da617b7012d4255a10d4ec1 (patch)
tree07e2243a2daa50292b5ce108150c72843ef59f13
parent6f9a8478266aa06384d81da184cdd5e163d9716f (diff)
parent178bbc00370a3e0948e273a878be25a88c9d5972 (diff)
downloadlorry-d581d501254354c16da617b7012d4255a10d4ec1.tar.gz
Merge remote branch 'origin/baserock/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')