Author: ivanovic
Date: Wed Apr 22 11:39:22 2009
New Revision: 35109

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35109&view=rev
Log:
sync script with the "real" version used

Modified:
    website/gettext.wesnoth.org/bin/update-wesnoth-stats

Modified: website/gettext.wesnoth.org/bin/update-wesnoth-stats
URL: 
http://svn.gna.org/viewcvs/wesnoth/website/gettext.wesnoth.org/bin/update-wesnoth-stats?rev=35109&r1=35108&r2=35109&view=diff
==============================================================================
--- website/gettext.wesnoth.org/bin/update-wesnoth-stats (original)
+++ website/gettext.wesnoth.org/bin/update-wesnoth-stats Wed Apr 22 11:39:22 
2009
@@ -1,10 +1,10 @@
 #!/bin/bash
-SVNCHECKOUTPATH=/usr/src/svn-checkouts
+SVNCHECKOUTPATH=/usr/src/svn-checkouts/
 
 echo update started at `date` >> $HOME/g.w.o-updates.log
 
-#update the 1.4 checkout
-cd $SVNCHECKOUTPATH/1.4/
+#update the 1.6 checkout
+cd $SVNCHECKOUTPATH/1.6/
 #svn cleanup
 svn up
 
@@ -18,6 +18,10 @@
 #svn cleanup
 svn up trunk/ branches/
 
+#update the announcement websites
+cd $SVNCHECKOUTPATH/announcement-websites/
+svn up
+
 #update the stats
 cd $SVNCHECKOUTPATH/gettext.wesnoth.org
 php grab-stats.php


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to