]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
Merge remote-tracking branch 'origin/develop' into feature/DEVINF-28
authorMathias Klette <mathias.klette@profitbricks.com>
Tue, 30 Apr 2013 17:24:09 +0000 (19:24 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Tue, 30 Apr 2013 17:24:09 +0000 (19:24 +0200)
1  2 
debian_build.py

diff --cc debian_build.py
index 275a57dc21717f85cbfc5cc75964077c11e40f6d,3ba67cfedbb4928ebdf551b11d8ff78c7b4ad5fb..04f119f49cdf6fb5d1cdc4e05369d0c6176ae7e6
@@@ -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