]> git.openstreetmap.org Git - chef.git/commitdiff
Bump planet-dump-ng version for tag order change.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 16 Nov 2020 11:32:31 +0000 (11:32 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 16 Nov 2020 11:32:31 +0000 (11:32 +0000)
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.

cookbooks/planet/recipes/dump.rb

index dcefd4552fc31395d950d79eec4d31245f2ad545..f102467638c24391756bc3ab1ae4b7b8a1a3f798 100644 (file)
@@ -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"