]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/notes.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / planet / recipes / notes.rb
index 382658928434d856c9df25dbd84646e12f088a84..3b22af7397ecf2cbe077eccb1d21eee3019c0fb1 100644 (file)
@@ -36,6 +36,7 @@ end
 git "/opt/planet-notes-dump" do
   action :sync
   repository "https://github.com/openstreetmap/planet-notes-dump.git"
+  depth 1
   user "root"
   group "root"
 end