]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
also support production
authorHolger Levsen <holger@layer-acht.org>
Sat, 17 Sep 2011 16:18:19 +0000 (18:18 +0200)
committerHolger Levsen <holger@layer-acht.org>
Sat, 17 Sep 2011 16:18:19 +0000 (18:18 +0200)
debian_build.py

index ba2eebfb9b6173fb552d48d4a4cf2940a54714e8..50bb7f4bc30954c7ed66bb8e9c73b9b68aa7821d 100755 (executable)
@@ -223,7 +223,7 @@ def getopts():
     parser.add_option(
             '--distribution',
             dest='distribution',
-            choices = ['stable', 'production-proposed-updates', 'testing', 'staging', 'unstable', 'pre-staging', 'experimental'],
+            choices = ['stable', 'production', 'production-proposed-updates', 'testing', 'staging', 'unstable', 'pre-staging', 'experimental'],
             default='unstable',
             help='The pkg distribution. Default: %default'
     )