From: Mathias Klette Date: Sun, 26 May 2013 00:14:44 +0000 (+0200) Subject: debian_build: remove the choices from 'distribution' args, accept all of them X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=bcddb84692a830f72668249263140e27643595e8;p=profitbricks%2Fjenkins-build-scripts.git debian_build: remove the choices from 'distribution' args, accept all of them --- diff --git a/debian_build.py b/debian_build.py index fb8103d..44d65f0 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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' )