From 9175f69cf4c2e6efc6984ad69c8c44e1077d1ee1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 04:14:41 +0200 Subject: explain on which host we're running --- bin/common-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 8d39eff9..ca822b26 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -32,7 +32,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then chmod +x $TTT echo "====================================================================================" echo - echo "$(date) - running job $JOB_NAME now." + echo "$(date) - running $0 ($JOB_NAME) on $(hostname) now." echo echo "To understand what this job does, clone git.debian.org/git/qa/jenkins.debian.net.git" echo "and then have a look at bin/$(basename $0)" @@ -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\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\"." + echo "$(date) - start running \"$0\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\" on $(hostname)." 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.) -- cgit v1.2.3-54-g00ecf