X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d9ce053b71c151916fa8764b44a6058f827d3146..d6926141516aec91694ef42d1027cfc8042266d2:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index aea66204d..f7274caa7 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -29,9 +29,11 @@ include_recipe "incron" package %w[ gcc + g++ make autoconf automake + pkg-config libxml2-dev libboost-dev libboost-program-options-dev @@ -55,8 +57,9 @@ end git "/opt/planet-dump-ng" do action :sync - repository "git://github.com/zerebubuth/planet-dump-ng.git" - revision "v1.1.6" + repository "https://github.com/zerebubuth/planet-dump-ng.git" + revision "v1.1.8" + depth 1 user "root" group "root" end