]> git.openstreetmap.org Git - chef.git/commitdiff
Use https to access private git repositories
authorTom Hughes <tom@compton.nu>
Thu, 21 Jun 2018 21:50:43 +0000 (22:50 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 21 Jun 2018 21:50:43 +0000 (22:50 +0100)
cookbooks/blog/recipes/default.rb
cookbooks/civicrm/recipes/default.rb
cookbooks/hardware/recipes/default.rb
cookbooks/stateofthemap/recipes/default.rb
cookbooks/switch2osm/recipes/default.rb

index 8c65a36af98db8b6a15769bdaa215059b35bcec6..60819536ac1ab1b71b7917a29b70794a6eda564f 100644 (file)
@@ -64,7 +64,7 @@ end
 wordpress_plugin "blog.openstreetmap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "blog.openstreetmap.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "blog.openstreetmap.org-wordpress-importer" do
index 1cfc733da7229a8dd84d7dc5de464d8f13a10a38..c9bdb8e140ce7b4a8717887700d5b53b1d74b925 100644 (file)
@@ -53,7 +53,7 @@ end
 
 wordpress_plugin "sitepress-multilingual-cms" do
   site "join.osmfoundation.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "contact-form-7" do
index 4c1daa9db1361c4c8fad9f34421246afd6720c43..936d0d0db61fe484705b986cfacd4a23bfcfabb1 100644 (file)
@@ -277,7 +277,7 @@ if tools_packages.include?("areca")
 
   git "/opt/areca" do
     action :sync
-    repository "git://chef.openstreetmap.org/areca.git"
+    repository "https://chef.openstreetmap.org/areca.git"
     user "root"
     group "root"
   end
index e697ae88c223f2aa0be6c2bff670100eb91b1ab4..f12b0c47f1ce7968008663f8ac8611b44328d2a8 100644 (file)
@@ -165,7 +165,7 @@ end
 wordpress_plugin "2010.stateofthemap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "2010.stateofthemap.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "2010.stateofthemap.org-wp-sticky" do
@@ -206,7 +206,7 @@ end
 wordpress_plugin "2011.stateofthemap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "2011.stateofthemap.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "2011.stateofthemap.org-wp-sticky" do
@@ -252,7 +252,7 @@ end
 wordpress_plugin "2012.stateofthemap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "2012.stateofthemap.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "2012.stateofthemap.org-wp-sticky" do
index 5e2234f737fc8809cbb3c901e0d4330cb962e94e..b31a434f410bf3f1665da2e7d46826bbf2849279 100644 (file)
@@ -39,43 +39,43 @@ end
 wordpress_plugin "switch2osm.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
+  repository "https://chef.openstreetmap.org/sitepress-multilingual-cms.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-cms-nav" do
   plugin "wpml-cms-nav"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-cms-nav.git"
+  repository "https://chef.openstreetmap.org/wpml-cms-nav.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-sticky-links" do
   plugin "wpml-sticky-links"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-sticky-links.git"
+  repository "https://chef.openstreetmap.org/wpml-sticky-links.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-string-translation" do
   plugin "wpml-string-translation"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-string-translation.git"
+  repository "https://chef.openstreetmap.org/wpml-string-translation.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-translation-analytics" do
   plugin "wpml-translation-analytics"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-translation-analytics.git"
+  repository "https://chef.openstreetmap.org/wpml-translation-analytics.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-translation-management" do
   plugin "wpml-translation-management"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-translation-management.git"
+  repository "https://chef.openstreetmap.org/wpml-translation-management.git"
 end
 
 wordpress_plugin "switch2osm.org-wpml-xliff" do
   plugin "wpml-xliff"
   site "switch2osm.org"
-  repository "git://chef.openstreetmap.org/wpml-xliff.git"
+  repository "https://chef.openstreetmap.org/wpml-xliff.git"
 end
 
 template "/etc/cron.daily/switch2osm-backup" do