]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
also treat pre-staging as unstable..
authorHolger Levsen <holger@layer-acht.org>
Wed, 28 Sep 2011 12:56:59 +0000 (14:56 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 28 Sep 2011 12:56:59 +0000 (14:56 +0200)
debian_build.py

index 3fba7f40e4d51326841c79c3e6e4704d2b14168d..707c1844817afc835ac0068aab0beef2a5c16b49 100755 (executable)
@@ -316,7 +316,7 @@ if __name__ == '__main__':
             break
     fh.close()
 
-    if options.distribution in ('unstable', 'experimental'):
+    if options.distribution in ('pre-staging', 'unstable', 'experimental'):
 
         daily_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
         version = '%s~%s-1' %(pb_version, daily_date)