From: Holger Levsen Date: Tue, 17 Jan 2012 17:19:04 +0000 (+0100) Subject: fix leftover X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=be7892cfbdacac847f9ca3f154cd9e81b0ccb21c;p=profitbricks%2Fjenkins-build-scripts.git fix leftover --- diff --git a/debian_build.py b/debian_build.py index 332c370..17963b8 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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'