X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/204405570f4bf5e8a2b0400d000fc364e5e56f74..e4a0595002f1f428a98776070ad4677b6433b46f:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 77231a801..b960143e7 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -45,6 +45,7 @@ git "/srv/gps-tile.openstreetmap.org/import" do action :sync repository "https://github.com/ericfischer/gpx-import.git" revision "live" + depth 1 user "gpstile" group "gpstile" end @@ -62,6 +63,7 @@ git "/srv/gps-tile.openstreetmap.org/datamaps" do action :sync repository "https://github.com/ericfischer/datamaps.git" revision "live" + depth 1 user "gpstile" group "gpstile" end @@ -79,6 +81,7 @@ git "/srv/gps-tile.openstreetmap.org/updater" do action :sync repository "https://github.com/ericfischer/gpx-updater.git" revision "live" + depth 1 user "gpstile" group "gpstile" end