X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/22b6dfd4a49224805ef6515c64f74c98bbfe53f6..HEAD:/Makefile diff --git a/Makefile b/Makefile index 0328866..af5e109 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,22 @@ -preview: preview_cloudflare +preview: check preview_dnscontrol -preview_cloudflare: sshfp gdns +preview_dnscontrol: check_dnscontrol sshfp gdns dnscontrol preview -update: update_cloudflare update_geodns +check: check_dnscontrol -update_primary: update_cloudflare_primary update_geodns +check_dnscontrol: sshfp gdns + dnscontrol check -update_cloudflare: sshfp gdns - dnscontrol push --providers cloudflare +update: update_dnscontrol update_geodns -update_cloudflare_primary: sshfp gdns - dnscontrol push --providers cloudflare --domains openstreetmap.org +update_primary: update_dnscontrol_primary update_geodns + +update_dnscontrol: sshfp gdns + dnscontrol push + +update_dnscontrol_primary: sshfp gdns + dnscontrol push --domains openstreetmap.org update_geodns: gdns parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS} @@ -30,5 +35,5 @@ clean: lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo -origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml - bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml +origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml requests/nominatim.openstreetmap.yml + bin/mkcountries requests/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml