r47933 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47932‎ | r47933 | r47934 >
Date:15:45, 2 March 2009
Author:river
Status:deferred
Tags:
Comment:
wikimedia-task-dns-auth (0.09) hardy; urgency=low
* change toolserver server names
-- River Tarnell <river@loreley.flyingparchment.org.uk> Mon, 02 Mar 2009 15:34:26 +0000
Modified paths:
  • /trunk/debs/wikimedia-task-dns-auth/authdns-update (modified) (history)
  • /trunk/debs/wikimedia-task-dns-auth/debian/changelog (modified) (history)

Diff [purge]

Index: trunk/debs/wikimedia-task-dns-auth/debian/changelog
@@ -1,3 +1,9 @@
 2+wikimedia-task-dns-auth (0.09) hardy; urgency=low
 3+
 4+ * change toolserver server names
 5+
 6+ -- River Tarnell <river@loreley.flyingparchment.org.uk> Mon, 02 Mar 2009 15:34:26 +0000
 7+
28 wikimedia-task-dns-auth (0.08) feisty; urgency=low
39
410 * Add /etc/powerdns/participants to the rsync list
Index: trunk/debs/wikimedia-task-dns-auth/authdns-update
@@ -63,11 +63,11 @@
6464 while read line; do
6565 line=`echo $line | tr _ -`
6666 if echo $line | egrep -q '^(bgwiki|bgwiktionary|commonswiki|cswiki|dewiki|enwikiquote|enwiktionary|eowiki|fiwiki|idwiki|itwiki|nlwiki|nowiki|plwiki|ptwiki|svwiki|thwiki|trwiki|zhwiki)$'; then
67 - echo "$line-p 1H IN CNAME sql-s2.ts.wikimedia.org."
 67+ echo "$line-p 1H IN CNAME sql-s2.toolserver.org."
6868 elif [ $line = enwiki ]; then
69 - echo "$line-p 1H IN CNAME sql-s1.ts.wikimedia.org."
 69+ echo "$line-p 1H IN CNAME sql-s1.toolserver.org."
7070 else
71 - echo "$line-p 1H IN CNAME sql-s3.ts.wikimedia.org."
 71+ echo "$line-p 1H IN CNAME sql-s3.toolserver.org."
7272 fi;
7373 done
7474 ) < $DBLIST > $POWERDNSDIR/dblist-cnames

Status & tagging log