From 7f44de043b132e55c12878a6deed0a7fa51137c0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Sep 2011 18:18:19 +0200 Subject: [PATCH] also support production --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.39.5