]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
prepare to support several profitbricks suites
authorHolger Levsen <holger@layer-acht.org>
Mon, 12 Sep 2011 21:16:36 +0000 (23:16 +0200)
committerHolger Levsen <holger@layer-acht.org>
Mon, 12 Sep 2011 21:16:36 +0000 (23:16 +0200)
build.py

index 2b64efae1f89d2546d8b4e541502ac17efb53898..93f7d9ce9797c7f4078eaf1739856f959a6ae1b4 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -221,7 +221,7 @@ def getopts():
     parser.add_option(
             '--distribution',
             dest='distribution',
-            choices = ['stable', 'testing', 'unstable', 'experimental'],
+            choices = ['stable', 'production-proposed-updates', 'testing', 'staging', 'unstable', 'pre-staging', 'experimental'],
             default='unstable',
             help='The pkg distribution. Default: %default'
     )