From: Holger Levsen Date: Sat, 17 Sep 2011 13:58:55 +0000 (+0200) Subject: support stable X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ee2fef85412146398a671c4478676417d3a01f7f;p=profitbricks%2Fjenkins-build-scripts.git support stable --- diff --git a/debian_build.py b/debian_build.py index 5d3b22a..f493eed 100755 --- a/debian_build.py +++ b/debian_build.py @@ -434,7 +434,7 @@ if __name__ == '__main__': pb_suite='pre-staging' elif options.distribution in ('testing', 'staging'): pb_suite='staging' - elif options.distribution in ('production', 'production-proposed-updates'): + elif options.distribution in ('stable', 'stable-proposed-updates', 'production', 'production-proposed-updates'): pb_suite='production-proposed-updates' gbp = git_buildpackage.GitBuildPackage(