]> git.openstreetmap.org Git - dns.git/blobdiff - Makefile
Remove support for publishing DNS to bytemark
[dns.git] / Makefile
index d10b156a3fc86fc7d981db0392f5b06e23e21c7a..6b19a7d63416c212130fde359a2f19b63cdd4cd6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,41 +1,36 @@
-all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \
-     data/openstreetmaps.org data/osm.org data/openmaps.org \
-     data/openworldmap.org data/freeosm.org data/open-maps.org data/open-maps.com \
-     data/osmfoundation.org data/stateofthemap.org data/stateofthemap.com \
-     data/stateofthemap.eu \
-     data/opengeodata.org \
-     data/switch2osm.org data/switch2osm.com \
-     data/tile.openstreetmap.org
+preview: preview_cloudflare
 
-clean:
-       rm lib/countries.xml data/*
+preview_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js
+       dnscontrol preview
+
+update: update_cloudflare update_geodns
+
+update_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js
+       dnscontrol push --providers cloudflare
 
-update: all
-       bin/update
+update_geodns: gdns/tile.map gdns/tile.resource gdns/tile.weighted gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted
+       parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS}
+
+clean:
+       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/openworldmap.org: src/openstreetmap
-data/freeosm.org: src/openstreetmap
-data/open-maps.org: src/openstreetmap
-data/open-maps.com: src/openstreetmap
-data/osmfoundation.org: src/osmfoundation
-data/stateofthemap.org: src/stateofthemap
-data/stateofthemap.com: src/stateofthemap
-data/opengeodata.org: src/opengeodata
-data/switch2osm.org: src/switch2osm
-data/switch2osm.com: src/switch2osm
-data/stateofthemap.eu: src/stateofthemap-eu
-
-data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml: src/tile.openstreetmap bin/mkgeo lib/countries.xml
-       bin/mkgeo tile.openstreetmap tile.openstreetmap.org
-
-data/%:
-       sed -e 's/$(notdir $<):/$(notdir $@):/g' < $< > $@
+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
+       bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap tile origins/render.openstreetmap.yml tile
+
+include/render.js json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap
+       bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap render origins/tile-total.openstreetmap.yml
+
+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
+       bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap nominatim origins/nominatim-total.openstreetmap.yml nominatim