]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
support basically arbitrary distros
authorHolger Levsen <holger@layer-acht.org>
Mon, 13 Feb 2012 20:12:52 +0000 (21:12 +0100)
committerHolger Levsen <holger@layer-acht.org>
Mon, 13 Feb 2012 20:12:52 +0000 (21:12 +0100)
debian_build.py

index 66b97bddd3a03e074f2911e4b31fd02220af2527..66f49dea5e8076fe22597ac52874fc20901d83db 100755 (executable)
@@ -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'):