]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
force correct distro
authorHolger Levsen <holger@layer-acht.org>
Fri, 13 Apr 2012 11:12:08 +0000 (13:12 +0200)
committerHolger Levsen <holger@layer-acht.org>
Fri, 13 Apr 2012 11:12:08 +0000 (13:12 +0200)
debian_build.py

index d797bbca6873f1e9fc512a4a66e30783c4e83441..6ad5d084b11204548b84ba0debbef059b75d6994 100755 (executable)
@@ -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.')