chiark / gitweb /
standardize on HTTPS for github.com links
authorHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 22:28:47 +0000 (00:28 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 22:28:47 +0000 (00:28 +0200)
fdroid link already checks HTTPS in build metadata, so this should also use
HTTPS.  It makes firewall rules easier when everything is HTTPS.

buildserver/cookbooks/kivy/recipes/default.rb

index 368b4cd8b94b34c5caa2f6d1813710083b16bae4..9b8a1caaddd6cfce82848ddba852e7878a1e88b5 100644 (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