Author: ivanovic
Date: Sat Apr 18 15:41:59 2009
New Revision: 35009

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35009&view=rev
Log:
change the folder where g.w.o looks up the trunk addon data

Modified:
    
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/config.php

Modified: 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/config.php
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/config.php?rev=35009&r1=35008&r2=35009&view=diff
==============================================================================
--- 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/config.php
 (original)
+++ 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/config.php
 Sat Apr 18 15:41:59 2009
@@ -10,12 +10,14 @@
 // the msgfmt program path
 $msgfmt="/usr/bin/msgfmt";
 
-$branch="1.6";
+$branch="1.6"; //version of current stable (folder name of the checkout folder)
+$wescampbranchversion="1.6";
+$wescamptrunkversion="1.7";
 
 $trunkbasedir="/usr/src/svn-checkouts/trunk/";
 $branchbasedir="/usr/src/svn-checkouts/$branch/";
-$extratbasedir="/usr/src/svn-checkouts/wescamp-i18n/trunk/"; //trunk
-$extrabbasedir="/usr/src/svn-checkouts/wescamp-i18n/branches/$branch/"; 
//branch
+$extratbasedir="/usr/src/svn-checkouts/wescamp-i18n/branches/$wescamptrunkversion/";
 //trunk addon server
+$extrabbasedir="/usr/src/svn-checkouts/wescamp-i18n/branches/$wescampbranchversion/";
 //branch addon server
 
 //$packages = file_get_contents($basedir . "/po/DOMAINS");
 //$packages = substr($packages, 0, strlen($packages)-1);


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

Reply via email to