summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index e62d3d9d..d39875b9 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -36,9 +36,13 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo
echo "To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git"
echo "and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO."
- echo
- echo "This invocation of this script, which is located in bin/$(basename $0), has been called using \"$@\" as arguments."
echo
+ echo "This invocation of this script, which is located in bin/$(basename $0),"
+ echo "has been called using \"$@\" as arguments."
+ echo
+ echo "Please send technical feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org,"
+ echo "feedback about specific jobs result should go to their respective lists and/or the BTS."
+ echo
echo "===================================================================================="
echo "$(date -u) - start running \"$0\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\" on $(hostname)."
echo