summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-17 11:18:10 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-17 11:18:10 +0200
commita363474122e9a7b59c099bca13e0f5c5845a87c4 (patch)
tree8efc6b5d69f002a374552fde96f35624dd8a3be8 /bin/common-functions.sh
parent994f5fd0a35b45c7da7bf2d5e93ec7afc4e407f4 (diff)
downloadjenkins.debian.net-a363474122e9a7b59c099bca13e0f5c5845a87c4.tar.xz
make qa-jenkins-dev@lists.alioth.debian.org even more visible
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