]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blogs/recipes/default.rb
Git only checkout 1 deep
[chef.git] / cookbooks / blogs / recipes / default.rb
index 49e52cb57692fb888cf59a9e48581c8a895226ef..358b3702a9779b84f6f1c1bd78c79b528cb50280 100644 (file)
@@ -43,7 +43,7 @@ end
 git "/srv/blogs.openstreetmap.org" do
   action :sync
   repository "git://github.com/gravitystorm/blogs.osm.org.git"
-  depth 5
+  depth 1
   user "blogs"
   group "blogs"
   notifies :run, "execute[/srv/blogs.openstreetmap.org/Gemfile]", :immediately