]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix leftover
authorHolger Levsen <holger@layer-acht.org>
Tue, 17 Jan 2012 17:19:04 +0000 (18:19 +0100)
committerHolger Levsen <holger@layer-acht.org>
Tue, 17 Jan 2012 17:19:04 +0000 (18:19 +0100)
debian_build.py

index 332c370331517e4f0cca3e245ca01faa9792ecdf..17963b87de1fd411b6cf54e546702dcb5fc23572 100755 (executable)
@@ -397,7 +397,7 @@ if __name__ == '__main__':
 
     if options.distribution in ('experimental'):
       pb_suite='experimental'
-    elif options.distribution in ('unstable' , 'experimental', 'pre-staging'):
+    elif options.distribution in ('unstable' , 'pre-staging'):
       pb_suite='pre-staging'
     elif options.distribution in ('testing', 'staging'):
       pb_suite='staging'