From: Mathias Klette Date: Tue, 30 Apr 2013 17:24:09 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/develop' into feature/DEVINF-28 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7f33457f0683d81b49f865403835ba174431e8e9;p=profitbricks%2Fjenkins-build-scripts.git Merge remote-tracking branch 'origin/develop' into feature/DEVINF-28 --- 7f33457f0683d81b49f865403835ba174431e8e9 diff --cc debian_build.py index 275a57d,3ba67cf..04f119f --- a/debian_build.py +++ b/debian_build.py @@@ -88,13 -89,7 +94,12 @@@ AUTO_CHANGELOG_JOBS = 'infrastructure-docs', 'storage-docs', ) +STABLE_DISTRIBUTIONS = ( + 'stable', + 'production', + 'production-proposed-updates' + ) - class HudsonUrl(urllib.FancyURLopener): pass