Remove transition hostnames (very belated)
authorPhil Pennock <pdp@exim.org>
Thu, 27 Oct 2016 03:51:07 +0000 (23:51 -0400)
committerPhil Pennock <pdp@exim.org>
Thu, 27 Oct 2016 03:51:07 +0000 (23:51 -0400)
exim.org.lua

index e6124d17e3577af724e7bbc577ace83bad980a3d..58099ade5d265722feefc2e2fdd7c4a9f6e5bb1e 100644 (file)
@@ -25,22 +25,11 @@ local ttl = 900
 
 local a_record_names = {
     _a, 'www', 'mail', 'ftp', 'wiki', 'lists', 'bugs',
-    'docs', 'vcs', 'git', 'dev', 'www2' }
+    'docs', 'vcs', 'git', 'dev' }
 for val in values(a_record_names) do
     a_and_aaaa(val, main_ipv4, main_ipv6,       ttl)
 end
 
--- Server transition
-
-local newsite_record_names = {
-    'newsite',
-    'n-vcs', 'n-docs', 'n-git', 'n-dev', 'n-wiki', 'n-lists', 'n-bugs', 'n-ftp',
-    'n-www' }
-for val in values(newsite_record_names) do
-    a_and_aaaa(val, hummus_ipv4, hummus_ipv6, ttl)
-end
-
-
 -- MX records
 mx(_a,              'hummus.csx.cam.ac.uk', 5,  ttl)
 mx(_a,              'boom.graemef.net', 15,     ttl)