X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..398d8db898e976149136d5ca675e3c08dee6ee76:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 42b3f8a28..6d2d6476b 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 "git://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 "git://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 "git://github.com/ericfischer/gpx-updater.git" revision "live" + depth 1 user "gpstile" group "gpstile" end