]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fixup: create debian/changelog correctly, handle master branch differently. create...
authorHolger Levsen <holger@layer-acht.org>
Wed, 24 Jul 2013 15:34:02 +0000 (17:34 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 24 Jul 2013 15:34:02 +0000 (17:34 +0200)
debian_wrap_maven_results.sh

index 6e7d71a9f91ce201e1398cdb5b155e4d54bae255..86ba61cbce37f0962b8e243456312c46246f84a3 100755 (executable)
@@ -52,7 +52,7 @@ function validateInput
     elif ! containsElement $DISTRIBUTION "${VALID_DISTROS[@]}" ; then
         echo "\$DISTRIBUTION is set to $DISTRIBUTION but thats not a valid distribution, which are: $VALID_DISTROS"
         exit 1
-       if [ "$DISTRIBUTION" = "unstable" ] || [ "$DISTRIBUTION" = "pre-staging" ] ;
+       if [ "$DISTRIBUTION" = "unstable" ] || [ "$DISTRIBUTION" = "pre-staging" ] ; then
                APPEND_TO_VERSION = "develop"
        fi
     fi