X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/9d0eb6122d00782812ec7d4f0926007f5ac5c6ec..9855e61fc590fa6997e8e4cd1a2b0284e6655ccf:/Makefile diff --git a/Makefile b/Makefile index 1026829..ee2fd7b 100644 --- a/Makefile +++ b/Makefile @@ -1,26 +1,34 @@ -all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \ - data/openstreetmaps.org data/osm.org data/openmaps.org \ - data/osmfoundation.org data/stateofthemap.org data/stateofthemap.com \ - data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml +preview: preview_cloudflare + +preview_cloudflare: sshfp gdns + dnscontrol preview + +update: update_cloudflare update_geodns + +update_primary: update_cloudflare_primary update_geodns + +update_cloudflare: sshfp gdns + dnscontrol push --providers cloudflare + +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_nominatim + +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 lib/countries.xml data/* + rm -f includes/* json/* origins/* gdns/* lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo -data/openstreetmap.org: src/openstreetmap -data/openstreetmap.com: src/openstreetmap -data/openstreetmap.net: src/openstreetmap -data/openstreetmaps.org: src/openstreetmap -data/osm.org: src/openstreetmap -data/openmaps.org: src/openstreetmap -data/osmfoundation.org: src/osmfoundation -data/stateofthemap.org: src/stateofthemap -data/stateofthemap.com: src/stateofthemap - -data/tile.openstreetmap.org kml/tile.openstreetmap.org: src/tile.openstreetmap bin/mkgeo lib/countries.xml - bin/mkgeo tile.openstreetmap tile.openstreetmap.org - -data/%: - sed -e 's/$(notdir $<)/$(notdir $@)/g' < $< > $@ +origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml requests/nominatim.openstreetmap.yml + bin/mkcountries requests/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml