From b27353bbef8d66b0c2b75b727dc405e3ce0076aa Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 17 Dec 2017 18:01:51 +0000 Subject: Use https:// instead of git:// protocol git protocol can be problematic in environments with restricted network access and is also less secure. https://bugzilla.gnome.org/show_bug.cgi?id=743235 --- tools/bootstrap-redhat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bootstrap-redhat.sh b/tools/bootstrap-redhat.sh index bac03c60..7ca31ca8 100644 --- a/tools/bootstrap-redhat.sh +++ b/tools/bootstrap-redhat.sh @@ -30,7 +30,7 @@ echo "installing mock" set +e groupadd -r mock usermod -G $USER mock -git clone git://git.fedorahosted.org/git/mock.git mock +git clone "https://github.com/rpm-software-management/mock" mock set -e cd mock -- cgit v1.2.3