]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Merge remote-tracking branch 'github/pull/323
[chef.git] / cookbooks / planet / recipes / dump.rb
index e283d0ade810afd994e0a0c6542ee5c4e3a5535a..b7482b93c95ec3c623f5bcc7aeac071449c6ba82 100644 (file)
@@ -29,9 +29,11 @@ include_recipe "incron"
 
 package %w[
   gcc
+  g++
   make
   autoconf
   automake
+  pkg-config
   libxml2-dev
   libboost-dev
   libboost-program-options-dev
@@ -56,7 +58,8 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
-  revision "v1.1.6"
+  revision "v1.1.7"
+  depth 1
   user "root"
   group "root"
 end