r40307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40306‎ | r40307 | r40308 >
Date:16:11, 1 September 2008
Author:mark
Status:old
Tags:
Comment:
wikimedia-task-dns-auth (0.08) feisty; urgency=low

* Add /etc/powerdns/participants to the rsync list
Modified paths:
  • /trunk/debs/wikimedia-task-dns-auth/authdns-update (modified) (history)
  • /trunk/debs/wikimedia-task-dns-auth/debian/changelog (modified) (history)
  • /trunk/debs/wikimedia-task-dns-auth/debian/control (modified) (history)

Diff [purge]

Index: trunk/debs/wikimedia-task-dns-auth/debian/control
@@ -2,7 +2,7 @@
33 Section: unknown
44 Priority: optional
55 Maintainer: Mark Bergsma <mark@wikimedia.org>
6 -Build-Depends: debhelper (>= 4.0.0)
 6+Build-Depends: debhelper (>= 4.0.0), pdns-server (>= 2.9.21)
77 Standards-Version: 3.6.2
88
99 Package: wikimedia-task-dns-auth
Index: trunk/debs/wikimedia-task-dns-auth/debian/changelog
@@ -1,3 +1,9 @@
 2+wikimedia-task-dns-auth (0.08) feisty; urgency=low
 3+
 4+ * Add /etc/powerdns/participants to the rsync list
 5+
 6+ -- Mark Bergsma <mark@wikimedia.org> Mon, 01 Sep 2008 16:09:44 +0000
 7+
28 wikimedia-task-dns-auth (0.07) feisty; urgency=low
39
410 * Also depend on the pipe backend
Index: trunk/debs/wikimedia-task-dns-auth/authdns-update
@@ -99,7 +99,7 @@
100100 done
101101
102102 echo "Updating $slave..."
103 - rsync -e ssh --delete -av $POWERDNSDIR/dblist-cnames $POWERDNSDIR/langlist-cnames $POWERDNSDIR/templates $POWERDNSDIR/scenarios $POWERDNSDIR/geomaps $slave:$POWERDNSDIR/
 103+ rsync -e ssh --delete -av $POWERDNSDIR/dblist-cnames $POWERDNSDIR/langlist-cnames $POWERDNSDIR/participants $POWERDNSDIR/templates $POWERDNSDIR/scenarios $POWERDNSDIR/geomaps $slave:$POWERDNSDIR/
104104 ssh $slave "$SCRIPTDIR/gen-zones && $SCRIPTDIR/gen-bind.conf && pdns_control reload && pdns_control rediscover"
105105 done
106106