From 39d2ca88297ea489f4ccb13784c7b19edcbcd792 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 13 Apr 2012 13:12:08 +0200 Subject: [PATCH] force correct distro --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') -- 2.39.5