summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-17 18:01:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-05-04 17:57:14 +0200
commitb27353bbef8d66b0c2b75b727dc405e3ce0076aa (patch)
tree157a40124794f008a34ae24098dfd797356f38f1 /tools
parent3352a57e281de590450162481b721dfd3cf72d9c (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrap-redhat.sh2
1 files changed, 1 insertions, 1 deletions
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