From c3759e971dff07357861a486578fb40f7b7b3a64 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 13 Nov 2019 02:27:32 +0100 Subject: [PATCH] shorter boilerplates is better Signed-off-by: Holger Levsen --- bin/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 5aaec8d1..e2a2bc28 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -93,7 +93,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then echo "$(date -u) - running $0 (for job $WHOAREWE) on $(hostname), called using \"$@\" as arguments." echo "$(date -u) - actually running \"$(basename $0)\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\"" echo - echo "To learn to understand this, git clone https://salsa.debian.org/qa/jenkins.debian.net.git and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO." + echo "git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO" echo echo "Please send feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org, or as a bug against the 'jenkins.debian.org' pseudo-package, feedback about specific job results should go to their respective lists and/or the BTS." echo "====================================================================================" -- GitLab