1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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"
interpreter "bash"
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
cd python-for-android
git checkout ca369d774e2