summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-29 14:07:14 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-29 14:07:14 +0000
commit5819d57b6c14e885d46955a2f71bf071f1f1dfc1 (patch)
tree1f14bc192d33b1fef15fa534f2ba0779689f69c0 /lorry
parent6cbd43fd64d1ab98a3884dc416342962c74e2544 (diff)
downloadlorry-5819d57b6c14e885d46955a2f71bf071f1f1dfc1.tar.gz
lorry: change default base urls to roadtrain
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry b/lorry
index b85ad91..2e319cc 100755
--- a/lorry
+++ b/lorry
@@ -51,13 +51,13 @@ class Lorry(cliapp.Application):
'base URL to use for pushing to the mirror '
'server (default: %default)',
metavar='URL',
- default='ssh://git@gitorious.org/baserock-morphs')
+ default='ssh://gitano@roadtrain.codethink.co.uk/delta')
self.settings.string(['mirror-base-url-fetch'],
'base URL to use for bundle names and for '
'pulling from the mirror server (default: '
'%default)',
metavar='URL',
- default='git://gitorious.org/baserock-morphs')
+ default='git://roadtrain.codethink.co.uk/delta')
self.settings.boolean(['pull-only'],
'only pull from upstreams, do not push to '
'the mirror server')