X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/b17c8fd4ea82fb9e6a96371fb4891cb3c8cd439f..048424c547b2790d45de6ff4334313a59b0dc7e6:/Makefile diff --git a/Makefile b/Makefile index b0e8ca0..063dfb8 100644 --- a/Makefile +++ b/Makefile @@ -1,36 +1,45 @@ preview: preview_cloudflare -preview_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js +preview_cloudflare: sshfp gdns dnscontrol preview update: update_cloudflare update_geodns -update_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js +update_primary: update_cloudflare_primary update_geodns + +update_cloudflare: sshfp gdns dnscontrol push --providers cloudflare -update_geodns: gdns/tile.map gdns/tile.resource gdns/tile.weighted gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted +update_cloudflare_primary: sshfp gdns + dnscontrol push --providers cloudflare --domains openstreetmap.org + +update_geodns: gdns parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS} +sshfp: + bin/mksshfp + +gdns: gdns_tile gdns_render gdns_nominatim + +gdns_tile: lib/countries.xml origins/tile.openstreetmap.yml + bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml tile origins/render.openstreetmap.yml tile + +gdns_render: lib/countries.xml origins/render.openstreetmap.yml + bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml render origins/tile-total.openstreetmap.yml + +gdns_nominatim: lib/countries.xml origins/nominatim.openstreetmap.yml + bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml nominatim origins/nominatim-total.openstreetmap.yml nominatim + clean: rm -f includes/* json/* origins/* gdns/* lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo -include/sshfp.js: bin/mksshfp $(wildcard /etc/ssh/ssh_known_hosts) - bin/mksshfp - origins/tile.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/tile.openstreetmap.yml bin/mkcountries bandwidth/tile.openstreetmap.yml origins/tile.openstreetmap.yml -include/tile.js json/tile.openstreetmap.org.json origins/render.openstreetmap.yml gdns/tile.map gdns/tile.resource gdns/tile.weighted: bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml - bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml tile origins/render.openstreetmap.yml tile - -include/render.js json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml - bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml render origins/tile-total.openstreetmap.yml +origins/render.openstreetmap.yml: gdns_tile origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml - -include/nominatim.js json/nominatim.openstreetmap.org.json origins/nominatim-total.openstreetmap.yml gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted: bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml - bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml nominatim origins/nominatim-total.openstreetmap.yml nominatim