]> git.openstreetmap.org Git - dns.git/commitdiff
Remove vestiges of gdns for old tile CDN
authorPaul Norman <penorman@mac.com>
Wed, 22 Jun 2022 03:59:47 +0000 (20:59 -0700)
committerPaul Norman <penorman@mac.com>
Wed, 22 Jun 2022 03:59:47 +0000 (20:59 -0700)
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.

dnsconfig.js

index 3f395c69a5c8e48d4b623eb35010f9d2e77fae62..1c728745ee61098d3b73d78b7f527ecda0d2290a 100644 (file)
@@ -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);