]> git.openstreetmap.org Git - chef.git/commitdiff
LevelDB support isn't necessary
authorMatt Amos <zerebubuth@gmail.com>
Sun, 21 Dec 2014 17:20:33 +0000 (17:20 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 22 Dec 2014 14:28:12 +0000 (14:28 +0000)
It actually (and surprisingly) turns out to be slower than the manual sort.

cookbooks/planet/recipes/dump.rb

index 02f3ae350654ab5222fcba27b80e13f5856084d4..bc0214da59e992fde0d5ea447a292946906796c2 100644 (file)
@@ -39,8 +39,6 @@ package "libboost-filesystem-dev"
 package "libboost-thread-dev"
 package "libboost-iostreams-dev"
 package "libosmpbf-dev"
-package "libleveldb-dev"
-package "libsnappy-dev"
 package "libprotobuf-dev"
 package "osmpbf-bin"
 
@@ -69,7 +67,7 @@ end
 
 execute "/opt/planet-dump-ng/configure" do
   action :nothing
-  command "./configure --with-leveldb=/usr"
+  command "./configure"
   cwd "/opt/planet-dump-ng"
   user "root"
   group "root"