From: Holger Levsen Date: Mon, 12 Sep 2011 21:16:36 +0000 (+0200) Subject: prepare to support several profitbricks suites X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=7dc5cc185567651bed9e845973e3b20ebe9c3633;p=profitbricks%2Fjenkins-build-scripts.git prepare to support several profitbricks suites --- diff --git a/build.py b/build.py index 2b64efa..93f7d9c 100755 --- 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' )