1 preview: preview_cloudflare
3 preview_cloudflare: sshfp gdns
6 update: update_cloudflare update_geodns
8 update_primary: update_cloudflare_primary update_geodns
10 update_cloudflare: sshfp gdns
11 dnscontrol push --providers cloudflare
13 update_cloudflare_primary: sshfp gdns
14 dnscontrol push --providers cloudflare --domains openstreetmap.org
17 parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS}
22 gdns: gdns_tile gdns_render gdns_nominatim
24 gdns_tile: lib/countries.xml origins/tile.openstreetmap.yml
25 bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml tile origins/render.openstreetmap.yml tile
27 gdns_render: lib/countries.xml origins/render.openstreetmap.yml
28 bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml render origins/tile-total.openstreetmap.yml
30 gdns_nominatim: lib/countries.xml origins/nominatim.openstreetmap.yml
31 bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml nominatim origins/nominatim-total.openstreetmap.yml nominatim
34 rm -f includes/* json/* origins/* gdns/*
37 curl -s -o $@ http://api.geonames.org/countryInfo?username=demo
39 origins/tile.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/tile.openstreetmap.yml
40 bin/mkcountries bandwidth/tile.openstreetmap.yml origins/tile.openstreetmap.yml
42 origins/render.openstreetmap.yml: gdns_tile
44 origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml
45 bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml