From: Holger Levsen Date: Thu, 25 Jul 2013 15:18:40 +0000 (+0200) Subject: be more verbose for debugging X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=98fca917b3ad28fec408f3c205622fa1e073c1d3;p=profitbricks%2Fjenkins-build-scripts.git be more verbose for debugging --- diff --git a/maven_post_build_debian_wrapper.sh b/maven_post_build_debian_wrapper.sh index ea00024..4cc1f94 100755 --- a/maven_post_build_debian_wrapper.sh +++ b/maven_post_build_debian_wrapper.sh @@ -53,9 +53,9 @@ function validateSettings fi SOURCE=$(dpkg-parsechangelog 2>/dev/null|grep ^Source:|cut -d " " -f2) # get the name of the source package - echo "Ahout to start to build the debian packages:" + echo "About to start to build the debian packages:" echo "============================================" - echo "$SOURCE $VERSION" + echo "$SOURCE $VERSION" "$DISTRIBUTION" echo "============================================" }