From 7dc5cc185567651bed9e845973e3b20ebe9c3633 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Sep 2011 23:16:36 +0200 Subject: [PATCH] prepare to support several profitbricks suites --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 2b64efa..93f7d9c 100755 --- a/build.py +++ b/build.py @@ -221,7 +221,7 @@ def getopts(): parser.add_option( '--distribution', dest='distribution', - choices = ['stable', 'testing', 'unstable', 'experimental'], + choices = ['stable', 'production-proposed-updates', 'testing', 'staging', 'unstable', 'pre-staging', 'experimental'], default='unstable', help='The pkg distribution. Default: %default' ) -- 2.39.5