From: Holger Levsen Date: Thu, 25 Jul 2013 14:18:09 +0000 (+0200) Subject: fixup: derive suite from jenkins job. cleanup + restructure code X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=c7165729639b9f2bff98a591b6dc9ce9258cdb1c;p=profitbricks%2Fjenkins-build-scripts.git fixup: derive suite from jenkins job. cleanup + restructure code --- diff --git a/maven_post_build_debian_wrapper.sh b/maven_post_build_debian_wrapper.sh index 90c4fb8..8b901d7 100755 --- a/maven_post_build_debian_wrapper.sh +++ b/maven_post_build_debian_wrapper.sh @@ -53,7 +53,7 @@ function validateSettings fi REPO="dev-${SUITE}" APPEND_TO_VERSION="experimental" - elif [ "$GIT_BRANCH_NAME" = "master" ] || [ ${GIT_BRANCH_NAME:0:7} = "hotfix/" ] + elif [ "$GIT_BRANCH_NAME" = "master" ] || [ ${GIT_BRANCH_NAME:0:7} = "hotfix/" ] ; then DISTRIBUTION="production-proposed-updates" else DISTRIBUTION="unstable"