scripts: create-uninstalled-setup: use https protocol to clone repos
authorHanno Boeck <hanno@hboeck.de>
Sat, 26 Nov 2016 11:06:20 +0000 (11:06 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Nov 2016 11:12:05 +0000 (11:12 +0000)
commit950f68c8fe89f09c6ac63a90a230d6000406e759
treedbafb7c87192f2b50f5063980b2504ec72428a20
parentec2e213c50533c85759eca72a7dc1be22697da7e
scripts: create-uninstalled-setup: use https protocol to clone repos

The git:// protocol is problematic from a security perspective, as
it provides no authenticity of data. https:// also works better in
environments with restricted network connectivity.

Also add CLONE_OPTS to do shallow checkouts more easily.

https://bugzilla.gnome.org/show_bug.cgi?id=775110
scripts/create-uninstalled-setup.sh