]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
be more verbose for debugging
authorHolger Levsen <holger@layer-acht.org>
Thu, 25 Jul 2013 15:18:40 +0000 (17:18 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 25 Jul 2013 15:18:40 +0000 (17:18 +0200)
maven_post_build_debian_wrapper.sh

index ea000243992d35717ad79e6391327dbb4c243c85..4cc1f946b9f1580c62f9074075bc67b0cdcdc8b5 100755 (executable)
@@ -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 "============================================"
 }