summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 04:14:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 04:14:41 +0200
commit9175f69cf4c2e6efc6984ad69c8c44e1077d1ee1 (patch)
treed29db0355b223efff0539c8ab880c9589a2c6651 /bin/common-functions.sh
parentbe04d8f1b36fb2182b31e85f248058237e11a286 (diff)
downloadjenkins.debian.net-9175f69cf4c2e6efc6984ad69c8c44e1077d1ee1.tar.xz
explain on which host we're running
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 2 insertions, 2 deletions
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.)