http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93791

Revision: 93791
Author:   asher
Date:     2011-08-03 00:05:35 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
svn integration in authdns-update, thanks to ben

Modified Paths:
--------------
    trunk/debs/wikimedia-task-dns-auth/authdns-update
    trunk/debs/wikimedia-task-dns-auth/debian/changelog

Modified: trunk/debs/wikimedia-task-dns-auth/authdns-update
===================================================================
--- trunk/debs/wikimedia-task-dns-auth/authdns-update   2011-08-02 23:16:44 UTC 
(rev 93790)
+++ trunk/debs/wikimedia-task-dns-auth/authdns-update   2011-08-03 00:05:35 UTC 
(rev 93791)
@@ -17,6 +17,8 @@
 LANGLISTSOURCE=""
 DBLIST=$POWERDNSDIR/all.dblist
 DBLISTSOURCE=""
+SVNROOT=file:///var/lib/svnroot
+REPONAME=pdns-templates
 
 PATH=/bin:/usr/bin:/usr/local/bin
 
@@ -38,7 +40,11 @@
 
 echo "Will skip slave(s) $SKIP."
 
-# First, remove backup files that might be read as zonefiles
+# export the current templates from svn
+echo "Checking out the current revision of the templates"
+svn export --force $SVNROOT/$REPONAME $POWERDNSDIR/templates
+
+# remove backup files that might be read as zonefiles
 echo "Removing backup files"
 rm -f $POWERDNSDIR/templates/*~ $POWERDNSDIR/geomaps/*~ 
 

Modified: trunk/debs/wikimedia-task-dns-auth/debian/changelog
===================================================================
--- trunk/debs/wikimedia-task-dns-auth/debian/changelog 2011-08-02 23:16:44 UTC 
(rev 93790)
+++ trunk/debs/wikimedia-task-dns-auth/debian/changelog 2011-08-03 00:05:35 UTC 
(rev 93791)
@@ -1,3 +1,9 @@
+wikimedia-task-dns-auth (0.15) hardy; urgency=low
+
+  * svn integration in authdns-update
+
+ -- Ben Hartshorne <bhartsho...@wikimedia.org>  Tue, 03 Aug 2011 00:04:03 +0000
+
 wikimedia-task-dns-auth (0.14) hardy; urgency=low
 
   * changed CNAME for local.m.w.org to m.w.o from mobile1


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to