]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_build: remove the choices from 'distribution' args, accept all of them
authorMathias Klette <mathias.klette@profitbricks.com>
Sun, 26 May 2013 00:14:44 +0000 (02:14 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Sun, 26 May 2013 00:14:44 +0000 (02:14 +0200)
debian_build.py

index fb8103d1b42065cd2a897313eafc923ff1a87bd6..44d65f06fa908815244ccec2e11803fef0c7c438 100755 (executable)
@@ -79,15 +79,6 @@ def getopts():
     parser.add_option(
         '--distribution',
         dest='distribution',
-        choices = [
-            'stable',
-            'production',
-            'production-proposed-updates',
-            'unstable',
-            'pre-staging',
-            'staging',
-            'experimental'
-        ],
         default='unstable',
         help='The pkg distribution. Default: %default'
     )