Index: trunk/debs/wikimedia-task-dns-auth/debian/control |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | Section: unknown |
4 | 4 | Priority: optional |
5 | 5 | 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) |
7 | 7 | Standards-Version: 3.6.2 |
8 | 8 | |
9 | 9 | 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 | + |
2 | 8 | wikimedia-task-dns-auth (0.07) feisty; urgency=low |
3 | 9 | |
4 | 10 | * Also depend on the pipe backend |
Index: trunk/debs/wikimedia-task-dns-auth/authdns-update |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | done |
101 | 101 | |
102 | 102 | 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/ |
104 | 104 | ssh $slave "$SCRIPTDIR/gen-zones && $SCRIPTDIR/gen-bind.conf && pdns_control reload && pdns_control rediscover" |
105 | 105 | done |
106 | 106 | |