summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 13:42:10 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 13:42:17 +0100
commite9f3589c5aa89e80e927c7a968909980d3b59f49 (patch)
tree9921290ba3a8df7321cd8cea270a87176e6e552c /bin/common-functions.sh
parent1302815438cfd596ffc43de51e2cf88297b17163 (diff)
downloadjenkins.debian.net-e9f3589c5aa89e80e927c7a968909980d3b59f49.tar.xz
use https git url so it works in a browser too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index d39875b9..1a3b6e8c 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -34,7 +34,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo
echo "$(date -u) - running $0 ($JOB_NAME) on $(hostname) now."
echo
- echo "To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git"
+ echo "To learn to understand this, git clone https://anonscm.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),"