From: Hans-Christoph Steiner Date: Wed, 26 Aug 2015 22:28:47 +0000 (+0200) Subject: standardize on HTTPS for github.com links X-Git-Tag: 0.5.0~175^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0f03de80fa41af744ef1989dcff2617ac01d2e01;p=fdroidserver.git 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. --- diff --git a/buildserver/cookbooks/kivy/recipes/default.rb b/buildserver/cookbooks/kivy/recipes/default.rb index 368b4cd8..9b8a1caa 100644 --- a/buildserver/cookbooks/kivy/recipes/default.rb +++ b/buildserver/cookbooks/kivy/recipes/default.rb @@ -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