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
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
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]"
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
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
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
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]"
%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]"