From e9f3589c5aa89e80e927c7a968909980d3b59f49 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Nov 2016 13:42:10 +0100 Subject: use https git url so it works in a browser too Signed-off-by: Holger Levsen --- bin/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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)," -- cgit v1.2.3-54-g00ecf