[Qa-jenkins-scm] [jenkins.debian.net] 01/01: explain on which host we're running
Holger Levsen
holger at moszumanska.debian.org
Mon Sep 7 02:15:13 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 9175f69cf4c2e6efc6984ad69c8c44e1077d1ee1
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Sep 7 04:14:41 2015 +0200
explain on which host we're running
---
bin/common-functions.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 8d39eff..ca822b2 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.)
--
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