mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 08:18:58 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user