X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/b2c5ec8ad66c3c2070a509e79a87e92727280bb3..9dc3f278ae5ed43e8e6e223aee34308662608a7e:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 3cdf57f..4cc2d7c 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,14 @@ all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \ clean: rm -f data/* json/* origins/* -update: all +update: update_bytemark update_geodns + +update_bytemark: all bin/update +update_geodns: all + parallel --will-cite rsync --quiet --recursive gdns/ {}::geodns ::: ${GEODNS_SERVERS} + lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo @@ -56,7 +61,7 @@ origins/tile.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/tile bin/mkcountries bandwidth/tile.openstreetmap.yml origins/tile.openstreetmap.yml data/tile.openstreetmap.org json/tile.openstreetmap.org.json origins/render.openstreetmap.yml: bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap - bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap tile.openstreetmap.org origins/render.openstreetmap.yml + bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap tile.openstreetmap.org origins/render.openstreetmap.yml tile data/render.openstreetmap.org json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap render.openstreetmap.org origins/total.openstreetmap.yml