]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / taginfo / recipes / default.rb
index 6d320ddd0009d40e1c5dd13e41a6595d6ad2d64d..567d81a0e17f5483c99262b7e3d1bbbff0b685cb 100644 (file)
@@ -102,6 +102,7 @@ node[:taginfo][:sites].each do |site|
     action :sync
     repository "https://github.com/taginfo/taginfo.git"
     revision "osmorg-taginfo-live"
+    depth 1
     user "taginfo"
     group "taginfo"
   end