]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Merge remote-tracking branch 'github/pull/272'
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index 77231a801bc74f28c768c326932d5411bb365e27..b960143e7dd605319f23d8a58965766383329505 100644 (file)
@@ -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