]> 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 c255c0962a2c127bed81cd530b503316c5134992..3b22af7397ecf2cbe077eccb1d21eee3019c0fb1 100644 (file)
@@ -35,7 +35,8 @@ end
 
 git "/opt/planet-notes-dump" do
   action :sync
-  repository "git://github.com/openstreetmap/planet-notes-dump.git"
+  repository "https://github.com/openstreetmap/planet-notes-dump.git"
+  depth 1
   user "root"
   group "root"
 end