From: Matt Amos Date: Thu, 11 Jun 2015 18:27:16 +0000 (+0100) Subject: Bump planet-dump-ng to latest version. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/37f511231cb2f34205063f80694a8d674e0219f4 Bump planet-dump-ng to latest version. Latest version is a small change: default behaviour is now to remove any old data and start from scratch, rather than resuming processing using old data. --- diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 16794558f..5346795f9 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -55,7 +55,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "git://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.0" + revision "v1.1.1" user "root" group "root" end