BBlack has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/159303

Change subject: Fix GWT text records having explicit zone names
......................................................................

Fix GWT text records having explicit zone names

These two zonefiles are symlinked to many other zonefile names
in which the explicit zone name is invalid on the left-hand-side,
so I'm switching them to {{ zonename }} to fix the error.

There's a larger issue to investigate here that this wasn't caught
by our checks or deployment earlier on.  It was noticed while
doing a fresh start of the dns server.

Change-Id: I69194ee64b69fe08825b49e9a78e1a2ff27e6751
---
M templates/wikipedia.org
M templates/wikivoyage.org
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/03/159303/1

diff --git a/templates/wikipedia.org b/templates/wikipedia.org
index 4e9ddc4..febbc4b 100644
--- a/templates/wikipedia.org
+++ b/templates/wikipedia.org
@@ -26,7 +26,7 @@
                         1H      IN AAAA 2620:0:861:ed1a::1
 
 ; Google Webmaster Tools verification record for search management
-wikipedia.org.          600     IN TXT  
"google-site-verification=AMHkgs-4ViEvIJf5znZle-BSE2EPNFqM1nDJGRyn2qk"
+{{ zonename }}.         600     IN TXT  
"google-site-verification=AMHkgs-4ViEvIJf5znZle-BSE2EPNFqM1nDJGRyn2qk"
 
 ; Service aliases
 
diff --git a/templates/wikivoyage.org b/templates/wikivoyage.org
index 59446e1..c0803e6 100644
--- a/templates/wikivoyage.org
+++ b/templates/wikivoyage.org
@@ -27,7 +27,7 @@
             1H      IN AAAA 2620:0:861:ed1a::1
 
 ; Google Webmaster Tools verification record for search management
-wikivoyage.org. 600 IN TXT  
"google-site-verification=7NOO3V-4odNg2GIjFh4v99bAnUIZEr4yrQftwSZZN_w"
+{{ zonename }}. 600 IN TXT  
"google-site-verification=7NOO3V-4odNg2GIjFh4v99bAnUIZEr4yrQftwSZZN_w"
 
 ; Servers (alphabetic order)
 

-- 
To view, visit https://gerrit.wikimedia.org/r/159303
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69194ee64b69fe08825b49e9a78e1a2ff27e6751
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to