summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-03 17:44:08 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-03 17:44:08 +0100
commitf217b7dd322d5700e7ec9174b01ff19f1ddc35c0 (patch)
tree4749fdb25050988e404ae3a94dc4eb6e8b65a34e /scripts
parentf4508d0e6bb301ec84dc8edb06fca3e8266a43aa (diff)
downloadliw-automation-f217b7dd322d5700e7ec9174b01ff19f1ddc35c0.tar.gz
Make code.liw.fi be the default othermirror.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pbuilder-create5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/pbuilder-create b/scripts/pbuilder-create
index b47eaee..fb702d6 100755
--- a/scripts/pbuilder-create
+++ b/scripts/pbuilder-create
@@ -35,7 +35,10 @@ class PbuilderCreate(cliapp.Application):
'build tgz for ARCH (%default)',
metavar='ARCH', default=['amd64', 'i386'])
self.settings.string(['othermirror', 'o'],
- 'also build tgz with pbuilder --othermirror')
+ 'also build tgz with pbuilder --othermirror, '
+ 'set to empty to avoid this '
+ '(%default)',
+ default='deb http://code.liw.fi/debian squeeze main')
self.settings.integer(['max-age'],
'trigger tgz update if older than N days '
'(%default)',