From: Holger Levsen Date: Thu, 25 Jul 2013 17:09:13 +0000 (+0200) Subject: be more verbose X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=098e3be671d0ef249569ab6c48423d666c2a9d0e;p=profitbricks%2Fjenkins-build-scripts.git be more verbose --- diff --git a/maven_post_build_debian_wrapper.sh b/maven_post_build_debian_wrapper.sh index 9537cf0..cc8bce9 100755 --- a/maven_post_build_debian_wrapper.sh +++ b/maven_post_build_debian_wrapper.sh @@ -81,7 +81,7 @@ if [ "$GIT_BRANCH_NAME" = "master" ] || [ "${GIT_BRANCH_NAME:0:7}" = "hotfix/" ] sed -i "0,/UNRELEASED/s//$DISTRIBUTION/" debian/changelog else # change version in changelog - dch -i --no-auto-nmu "" + dch -i --no-auto-nmu "Generated by jenkins" git-dch -a --ignore-branch --no-full --no-meta --id-length=7 # replace first version (enclosed in brackets) with real version # we cannot use (git-)dch as the version might be lower than the last