From bd3a77ffbae2be8b346c4f1e0309790fdbb36a49 Mon Sep 17 00:00:00 2001 From: Hrvoje Bogner Date: Wed, 25 Nov 2020 16:35:31 +0100 Subject: [PATCH] Add web_path to planetdump Changed path from file to webpath, and started bz2 mirroring on target --- cookbooks/planet/templates/default/planetdump.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/templates/default/planetdump.erb b/cookbooks/planet/templates/default/planetdump.erb index ea253da77..5b32054a6 100644 --- a/cookbooks/planet/templates/default/planetdump.erb +++ b/cookbooks/planet/templates/default/planetdump.erb @@ -97,7 +97,7 @@ function mk_torrent { -w https://ftp.spline.de/pub/openstreetmap/${web_path} \ -w https://osm.openarchive.site/${name} \ -w https://downloads.opencagedata.com/planet/${name} \ - -w https://planet.osm-hr.org/pbf/${name} \ + -w https://planet.osm-hr.org/${web_path} \ -c "OpenStreetMap ${type} data export, licensed under https://opendatacommons.org/licenses/odbl/ by OpenStreetMap contributors" \ -o ${name}.torrent } -- 2.43.2