]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/osqa/recipes/default.rb
Add more depth limits to git checkouts
[chef.git] / cookbooks / osqa / recipes / default.rb
index a1fb95a444e625ca489408dc788c7e225caf941d..72534683e669240507c5f58ac15849e2f4f8cd23 100644 (file)
@@ -117,6 +117,7 @@ node[:osqa][:sites].each do |site|
     action :sync
     repository "https://git.openstreetmap.org/public/osqa.git"
     revision "live"
+    depth 1
     user site_user
     group site_group
     notifies :run, "execute[osqa-migrate]"