diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-17 18:01:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-05-04 17:57:14 +0200 |
commit | b27353bbef8d66b0c2b75b727dc405e3ce0076aa (patch) | |
tree | 157a40124794f008a34ae24098dfd797356f38f1 /tools | |
parent | 3352a57e281de590450162481b721dfd3cf72d9c (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.sh | 2 |
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 |