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 | + |
2 | 8 | wikimedia-task-dns-auth (0.08) feisty; urgency=low |
3 | 9 | |
4 | 10 | * Add /etc/powerdns/participants to the rsync list |
Index: trunk/debs/wikimedia-task-dns-auth/authdns-update |
— | — | @@ -63,11 +63,11 @@ |
64 | 64 | while read line; do |
65 | 65 | line=`echo $line | tr _ -` |
66 | 66 | 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." |
68 | 68 | 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." |
70 | 70 | else |
71 | | - echo "$line-p 1H IN CNAME sql-s3.ts.wikimedia.org." |
| 71 | + echo "$line-p 1H IN CNAME sql-s3.toolserver.org." |
72 | 72 | fi; |
73 | 73 | done |
74 | 74 | ) < $DBLIST > $POWERDNSDIR/dblist-cnames |