]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Git only checkout 1 deep
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index 42b3f8a288e749b1cc17083629bbb77cc207bd52..6d2d6476bd22316fec2ecc818f89cc844b230d61 100644 (file)
@@ -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