Author: ivanovic
Date: Mon Mar 10 17:16:56 2008
New Revision: 24485
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24485&view=rev
Log:
updated script
Modified:
branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats
Modified: branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats?rev=24485&r1=24484&r2=24485&view=diff
==============================================================================
--- branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats (original)
+++ branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats Mon Mar 10
17:16:56 2008
@@ -1,18 +1,24 @@
#!/bin/sh
+svncheckoutpath=/public/vhost/w/wesnoth/source
-
-cd $HOME/source/1.4/po
-find . -name "*.po" -exec rm {} \;
+#update the 1.4 checkout
+cd $svncheckoutpath/1.4/po
+#find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
-cd $HOME/source/trunk/po
-find . -name "*.po" -exec rm {} \;
+#update the trunk checkout
+cd $svnecheckoutpath/trunk/po
+#find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
-cd $HOME/source/wescamp-i18n/
-find . -name "*.po" -exec rm {} \;
+#update the wescamp checkout
+cd $svnecheckoutpath/wescamp-i18n/
+#find . -name "*.po" -exec rm {} \;
svn cleanup
svn up
-php html/gettext/grab-stats.php
+
+#update the stats
+cd ~/html/gettext/
+php grab-stats.php
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits