From: Holger Levsen Date: Mon, 13 Feb 2012 20:12:52 +0000 (+0100) Subject: support basically arbitrary distros X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=0065aedd5564d5942e68375c397b25efe1eee4b3;p=profitbricks%2Fjenkins-build-scripts.git support basically arbitrary distros --- diff --git a/debian_build.py b/debian_build.py index 66b97bd..66f49de 100755 --- a/debian_build.py +++ b/debian_build.py @@ -419,7 +419,7 @@ if __name__ == '__main__': subprocess.check_call(cmd) if options.distribution in ('experimental'): - pb_suite='experimental' + pb_suite=changelog_distro elif options.distribution in ('unstable' , 'pre-staging'): pb_suite='pre-staging' elif GIT_BRANCH_NAME.startswith('release/') or GIT_BRANCH_NAME.startswith('hotfix/') or options.distribution in ('stable', 'stable-proposed-updates', 'production', 'production-proposed-updates'):