From: Matt Amos Date: Mon, 16 Nov 2020 11:32:31 +0000 (+0000) Subject: Bump planet-dump-ng version for tag order change. X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/52f095c2c7e4a2e638d02c3cbc96d5956e81a22c Bump planet-dump-ng version for tag order change. Update to the latest version of planet-dump-ng, which changes the order of tags in the output file to match that used by other tools. Planet-dump-ng already has a _consistent_ ordering, but not a natural one. The new ordering sorts tag keys as UTF-8 encoded strings of bytes, so it's not a "proper" Unicode string sort but still more understandable than the previous method. See [osmdbt#29](https://github.com/openstreetmap/osmdbt/issues/29) for previous discussion and more information. --- diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index dcefd4552..f10246763 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -58,7 +58,7 @@ end git "/opt/planet-dump-ng" do action :sync repository "https://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.8" + revision "v1.2.0" depth 1 user "root" group "root"