From: Paul Norman Date: Wed, 22 Jun 2022 03:59:47 +0000 (-0700) Subject: Remove vestiges of gdns for old tile CDN X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/d3b47fbc20616c0d1e4a2e6258bbe04bb36b66c7?hp=e095c3f57171a20b5851545fa01cde62ac81b0bf Remove vestiges of gdns for old tile CDN In 22b6dfd4 the gdns Make targets for tile and render were removed, but their output was still required in the code. This causes errors on a clean clone. --- diff --git a/dnsconfig.js b/dnsconfig.js index 3f395c6..1c72874 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -29,11 +29,9 @@ require("src/hosts.js"); var OPENSTREETMAP = loadTemplate("openstreetmap"); require("include/sshfp.js"); -require("include/tile.js"); -require("include/render.js"); require("include/nominatim.js"); -OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, TILE_RECORDS, RENDER_RECORDS, NOMINATIM_RECORDS); +OPENSTREETMAP("openstreetmap.org", REG_GANDI, SSHFP_RECORDS, NOMINATIM_RECORDS); OPENSTREETMAP("openstreetmap.com", REG_GANDI); OPENSTREETMAP("openstreetmap.net", REG_GANDI); OPENSTREETMAP("openstreetmap.ca", REG_GANDI);