summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
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')