[Qa-jenkins-scm] [jenkins.debian.net] 01/01: show md5sum of the script running

Holger Levsen holger at moszumanska.debian.org
Fri Aug 7 09:10:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 68315c9f549d5d8399ff1d682a0f4b7d073c519e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Aug 7 11:09:32 2015 +0200

    show md5sum of the script running
---
 bin/common-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index c8ffa62..1046324 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -40,7 +40,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 	echo "This invocation of the script has been called using \"$@\" as arguments." 
 	echo
 	echo "===================================================================================="
-	echo "$(date) - start running \"$0\" as \"$TTT\"."
+	echo "$(date) - start running \"$0\" (md5sum $(md5sum $0|cat -d ' ' -f1)) as \"$TTT\"."
 	echo
 	# this is the "hack": call ourself as a copy in /tmp again
 	# (setsid is not related to this hack. see commit log for 24deda5a8 it.)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list