From: Holger Levsen Date: Wed, 24 Jul 2013 15:45:31 +0000 (+0200) Subject: fixup: create debian/changelog correctly, handle master branch differently. create... X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f0faf7a70cf68ab8ef4e0f6bd0f12fb6e94426b8;p=profitbricks%2Fjenkins-build-scripts.git fixup: create debian/changelog correctly, handle master branch differently. create proper debianized version of SNAPSHOTs --- diff --git a/debian_wrap_maven_results.sh b/debian_wrap_maven_results.sh index 86ba61c..a5743ef 100755 --- a/debian_wrap_maven_results.sh +++ b/debian_wrap_maven_results.sh @@ -33,7 +33,7 @@ function cleanup { function validateInput { - APPEND_TO_VERSION = "" + APPEND_TO_VERSION="" if [[ -z "${VERSION}" ]] ; then echo "ERROR: Cannot get version from maven using 'mvn -B -N help:evaluate -Dexpression=project.version'"