projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd507bd
)
LevelDB support isn't necessary
author
Matt Amos
<zerebubuth@gmail.com>
Sun, 21 Dec 2014 17:20:33 +0000
(17:20 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cookbooks/planet/recipes/dump.rb
b/cookbooks/planet/recipes/dump.rb
index 02f3ae350654ab5222fcba27b80e13f5856084d4..bc0214da59e992fde0d5ea447a292946906796c2 100644
(file)
--- a/
cookbooks/planet/recipes/dump.rb
+++ b/
cookbooks/planet/recipes/dump.rb
@@
-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"