From 4d4a69d6963abfa2a8671e34d87e5d5cb016504b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 24 Jul 2013 17:34:02 +0200 Subject: [PATCH] fixup: create debian/changelog correctly, handle master branch differently. create proper debianized version of SNAPSHOTs --- debian_wrap_maven_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_wrap_maven_results.sh b/debian_wrap_maven_results.sh index 6e7d71a..86ba61c 100755 --- a/debian_wrap_maven_results.sh +++ b/debian_wrap_maven_results.sh @@ -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 -- 2.39.5