summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-01 17:24:24 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-02 17:13:29 +0000
commitacf046746af9b4b9aef4c75a8ba450c3a6b91d01 (patch)
tree00f54575ca419f643cafad490386841a53ef0786 /morph
parentcbaf31686322f86cdb595e35db3ef2915da92c5c (diff)
downloadmorph-acf046746af9b4b9aef4c75a8ba450c3a6b91d01.tar.gz
Remove default for bundle-mirror
We don't want morph to try to access the roadtrain mirror by default, especially not during tests.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 1 insertions, 3 deletions
diff --git a/morph b/morph
index ea055de0..3a0a1f4b 100755
--- a/morph
+++ b/morph
@@ -32,7 +32,6 @@ defaults = {
'git://gitorious.org/baserock-morphs/',
'git://gitorious.org/baserock/',
],
- 'bundle-server': 'http://roadtrain.codethink.co.uk/bundles/',
'cachedir': os.path.expanduser('~/.cache/morph'),
'max-jobs': morphlib.util.make_concurrency(),
}
@@ -48,8 +47,7 @@ class Morph(cliapp.Application):
default=defaults['git-base-url'])
self.settings.string(['bundle-server'],
'base URL to download bundles',
- metavar='URL',
- default=defaults['bundle-server'])
+ metavar='URL')
self.settings.string(['cachedir'],
'put build results in DIR',
metavar='DIR',