From: Holger Levsen Date: Fri, 13 Apr 2012 11:12:08 +0000 (+0200) Subject: force correct distro X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=39d2ca88297ea489f4ccb13784c7b19edcbcd792;p=profitbricks%2Fjenkins-build-scripts.git force correct distro --- diff --git a/debian_build.py b/debian_build.py index d797bbc..6ad5d08 100755 --- a/debian_build.py +++ b/debian_build.py @@ -421,7 +421,7 @@ if __name__ == '__main__': pb_suite=changelog_distro elif GIT_BRANCH_NAME.startswith('hotfix/') or GIT_BRANCH_NAME == 'master': # just take suite from changelog for these branches - pb_suite=distribution + pb_suite='production-proposed-updates' else: raise Exception('unhandled branch, failing.')