From bcddb84692a830f72668249263140e27643595e8 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Sun, 26 May 2013 02:14:44 +0200 Subject: [PATCH] debian_build: remove the choices from 'distribution' args, accept all of them --- debian_build.py | 9 --------- 1 file changed, 9 deletions(-) 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' ) -- 2.39.5