standardize on HTTPS for github.com links

fdroid link already checks HTTPS in build metadata, so this should also use
HTTPS.  It makes firewall rules easier when everything is HTTPS.
This commit is contained in:
Hans-Christoph Steiner 2015-08-27 00:28:47 +02:00
parent 3af38569a2
commit 0f03de80fa

View file

@ -24,7 +24,7 @@ script "install-p4a" do
cwd "/home/vagrant" cwd "/home/vagrant"
interpreter "bash" interpreter "bash"
code " code "
git clone git://github.com/kivy/python-for-android git clone https://github.com/kivy/python-for-android
chown -R vagrant:vagrant python-for-android chown -R vagrant:vagrant python-for-android
cd python-for-android cd python-for-android
git checkout ca369d774e2 git checkout ca369d774e2