]> git.openstreetmap.org Git - chef.git/commitdiff
Use the changesets branch of planet-dump-ng
authorTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:16:01 +0000 (00:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Dec 2014 00:16:01 +0000 (00:16 +0000)
cookbooks/planet/recipes/dump.rb

index 1425fbec30214b9c1245fb3413e4862cbb96e6ee..3b0355757750a8b6c9297822e4ae00f17cde9036 100644 (file)
@@ -51,7 +51,7 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "git://github.com/zerebubuth/planet-dump-ng.git"
 git "/opt/planet-dump-ng" do
   action :sync
   repository "git://github.com/zerebubuth/planet-dump-ng.git"
-  revision "master"
+  revision "changesets"
   user "root"
   group "root"
 end
   user "root"
   group "root"
 end