2011/2/17 Philip Olson <phi...@roshambo.org>:
>
> On Feb 11, 2011, at 1:54 AM, Alexey Shein wrote:
>
>> 2011/2/10 Alexey Shein <con...@gmail.com>:
>>> 2011/2/10 Philip Olson <phi...@roshambo.org>:
>>>>
>>>> On Feb 8, 2011, at 5:55 AM, Alexey Shein wrote:
>>>>
>>>>> Hello!
>>>>> Revcheck online scripts show outdated info on translations, for
>>>>> example this one http://doc.php.net/php/ru/revcheck.php?p=translators.
>>>>> There is also page http://doc.php.net/trantools/, which is outdated
>>>>> too, last generated date was 24 Dec 2010, it can be seen here for
>>>>> example: http://doc.php.net/trantools/transcheck_ru.html.
>>>>> I checked the scripts locally and all code works just fine, so it
>>>>> seems there is a problem with server environment or cron settings.
>>>>> Please, could somebody with access check it there?
>>>>
>>>> Greetings Alexey,
>>>>
>>>> There was a permissions error that's now been fixed. I ran the 
>>>> daily/weekly cron jobs manually with success, so in a week we'll know if 
>>>> everything is working properly.
>>>>
>>>> Regards,
>>>> Philip
>>
>> Philip, could you set http://doc.php.net/php/ru/revcheck.php scripts
>> to refresh daily? Week is to much to wait.
>> And http://doc.php.net/trantools scripts (I checked ru version) still
>> don't work.
>
> This may (or may not have) been fixed. One problem was mbstring wasn't 
> compiled in, and that version of revcheck requires it. Another problem was 
> that we were missing svn:executable props for a couple of .sh files. So while 
> it's confusing to have multiple revcheck scripts (three?), I think they all 
> work now. Maybe a kind soul will clean this up and unify the situation ;)
>
> I moved trantools to the daily cron, and now realize that revcheck.php should 
> already be daily so hopefully the latest round of fixes will allow this. 
> We're getting close[er]!
>
> Regards,
> Philip

Hi, Philip!
Could you also add extended version of revcheck script (with uptodate
files) to daily generation? I attached patch for this.

-- 
Regards,
Shein Alexey
Index: scripts/gen_translation_info.sh
===================================================================
--- scripts/gen_translation_info.sh     (revision 308123)
+++ scripts/gen_translation_info.sh     (working copy)
@@ -11,6 +11,7 @@
 for LANG in $LANGS; do
   $PHP doc-base/scripts/check-trans.php ${LANG}             > 
$TRANSPATH/transcheck_${LANG}.html
   $PHP -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG}               
 > $TRANSPATH/revcheck_${LANG}.html
+  $PHP -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG} 
--show-uptodate > $TRANSPATH/revcheck_extended_${LANG}.html
   $PHP doc-base/scripts/check-trans-maint.php -n -l ${LANG} -m 1 > 
$TRANSPATH/maintainer_${LANG}.html
   $PHP -derror_reporting=0 doc-base/scripts/check-trans-params.php ${LANG} 1 1 
 > $TRANSPATH/params_${LANG}.html
   $PHP doc-base/scripts/reviewedcheck.php ${LANG}           > 
$TRANSPATH/reviewedcheck_${LANG}.html

Reply via email to