From 098e3be671d0ef249569ab6c48423d666c2a9d0e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Jul 2013 19:09:13 +0200 Subject: [PATCH] be more verbose --- 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 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 -- 2.39.5