X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aa1f26f044f0f2238f1cb0fdf8ec0879bc44d639..0f5529d3a61bef555a980a51d09da2264cdc0324:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index a5e9a5fff..327ddc38f 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -29,6 +29,7 @@ include_recipe "incron" package %w[ gcc + g++ make autoconf automake @@ -55,8 +56,9 @@ end git "/opt/planet-dump-ng" do action :sync - repository "git://github.com/zerebubuth/planet-dump-ng.git" + repository "https://github.com/zerebubuth/planet-dump-ng.git" revision "v1.1.6" + depth 1 user "root" group "root" end @@ -92,6 +94,7 @@ directory "/store/planetdump" do owner "www-data" group "www-data" mode 0o755 + recursive true end %w[planetdump planet-mirror-redirect-update].each do |program|