]> git.openstreetmap.org Git - chef.git/commitdiff
Merge pull request #362 from hbogner/master
authorGrant <git@firefishy.com>
Thu, 3 Dec 2020 08:42:36 +0000 (08:42 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 08:42:36 +0000 (08:42 +0000)
Add croatian mirror to torrent webseed

cookbooks/planet/templates/default/planetdump.erb

index ae6302382040f782704ba364f99dca154d1163cf..5b32054a61cace31f4f2edfd58353c97b0a9b754 100644 (file)
@@ -97,6 +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/${web_path} \
      -c "OpenStreetMap ${type} data export, licensed under https://opendatacommons.org/licenses/odbl/ by OpenStreetMap contributors" \
      -o ${name}.torrent
 }