From: Tom Hughes Date: Fri, 21 Feb 2020 00:14:34 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/272' X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e4a0595002f1f428a98776070ad4677b6433b46f Merge remote-tracking branch 'github/pull/272' --- e4a0595002f1f428a98776070ad4677b6433b46f diff --cc cookbooks/blogs/recipes/default.rb index 1d516a35a,358b3702a..5cd260d1f --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@@ -42,8 -42,8 +42,8 @@@ en git "/srv/blogs.openstreetmap.org" do action :sync - repository "git://github.com/gravitystorm/blogs.osm.org.git" + repository "https://github.com/gravitystorm/blogs.osm.org.git" - depth 5 + depth 1 user "blogs" group "blogs" notifies :run, "execute[/srv/blogs.openstreetmap.org/Gemfile]", :immediately diff --cc cookbooks/donate/recipes/default.rb index c2249ee9c,d4d99a29c..9ae3ebaa4 --- a/cookbooks/donate/recipes/default.rb +++ b/cookbooks/donate/recipes/default.rb @@@ -54,7 -54,8 +54,8 @@@ en git "/srv/donate.openstreetmap.org" do action :sync - repository "git://github.com/osmfoundation/donation-drive.git" + repository "https://github.com/osmfoundation/donation-drive.git" + depth 1 user "donate" group "donate" end diff --cc cookbooks/foundation/recipes/owg.rb index 70662e702,47a835e9a..d65d75aad --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@@ -32,7 -32,8 +32,8 @@@ en git "/srv/operations.osmfoundation.org" do action :sync - repository "git://github.com/openstreetmap/owg-website.git" + repository "https://github.com/openstreetmap/owg-website.git" + depth 1 user "root" group "root" notifies :run, "execute[/srv/operations.osmfoundation.org/Gemfile]" diff --cc cookbooks/gps-tile/recipes/default.rb index 77231a801,6d2d6476b..b960143e7 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@@ -43,8 -43,9 +43,9 @@@ en git "/srv/gps-tile.openstreetmap.org/import" do action :sync - repository "git://github.com/ericfischer/gpx-import.git" + repository "https://github.com/ericfischer/gpx-import.git" revision "live" + depth 1 user "gpstile" group "gpstile" end @@@ -60,8 -61,9 +61,9 @@@ en git "/srv/gps-tile.openstreetmap.org/datamaps" do action :sync - repository "git://github.com/ericfischer/datamaps.git" + repository "https://github.com/ericfischer/datamaps.git" revision "live" + depth 1 user "gpstile" group "gpstile" end @@@ -77,8 -79,9 +79,9 @@@ en git "/srv/gps-tile.openstreetmap.org/updater" do action :sync - repository "git://github.com/ericfischer/gpx-updater.git" + repository "https://github.com/ericfischer/gpx-updater.git" revision "live" + depth 1 user "gpstile" group "gpstile" end diff --cc cookbooks/serverinfo/recipes/default.rb index 81685b376,7dd65cbf3..93de4bc2a --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@@ -34,7 -34,8 +34,8 @@@ en git "/srv/hardware.openstreetmap.org" do action :sync - repository "git://github.com/gravitystorm/osmf-server-info.git" + repository "https://github.com/gravitystorm/osmf-server-info.git" + depth 1 user "root" group "root" notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]" diff --cc cookbooks/stateofthemap/recipes/default.rb index fad08875d,69f9a6e0a..76efd9a44 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@@ -302,7 -308,8 +308,8 @@@ en %w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync - repository "git://github.com/openstreetmap/stateofthemap-#{year}.git" + repository "https://github.com/openstreetmap/stateofthemap-#{year}.git" + depth 1 user "root" group "root" notifies :run, "execute[/srv/#{year}.stateofthemap.org/Gemfile]"