From: Holger Levsen Date: Sat, 17 Sep 2011 16:18:19 +0000 (+0200) Subject: also support production X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=7f44de043b132e55c12878a6deed0a7fa51137c0;p=profitbricks%2Fjenkins-build-scripts.git also support production --- diff --git a/debian_build.py b/debian_build.py index ba2eebf..50bb7f4 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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' )