From c7165729639b9f2bff98a591b6dc9ce9258cdb1c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Jul 2013 16:18:09 +0200 Subject: [PATCH] fixup: derive suite from jenkins job. cleanup + restructure code --- maven_post_build_debian_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5