Changeset 28490 for other-projects/gti


Ignore:
Timestamp:
2013-10-17T19:09:21+13:00 (11 years ago)
Author:
ak19
Message:

Committing two new scripts for processing translations, and a spelling correction to a third script. The new scripts are: 1. remove_extra_lines.sh, which is a modified version of the one Lan gave me and which strips lines that mention 'Missing translation' and 'Updated date by name'. This one makes sure not to leave empty lines behind after removing lines that only contained 'Missing translation' messages. 2. translation_status.sh, mainly to be used on nzdl's GTI installation, this script should be called by the cron to send off an email if any of the translation files in macros, gli/help, gli/classes, perllib or gsinstaller have been modified. This is needed to alert us if any translator used the GTI to update translations on nzdl. This script will send us an email. Upon receipt, we should locally process those files on nzdl that were updated by passing them through the remove_extra_lines.sh script, then commit the result to svn, and finally replace the ones on nzdl's GTI installation with the one committed to svn.

Location:
other-projects/gti
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gti/gti-wget-status-page.sh

    r25911 r28490  
    3030
    3131# If we succeeded, the return value is 0 and we have a file saved under
    32 # $savedas_filename. In that case, we get read of the previous status page
     32# $savedas_filename. In that case, we get rid of the previous status page
    3333# If wget failed or the expected file is not saved, we keep the previous
    3434# day's status page, but with a log message about why.
Note: See TracChangeset for help on using the changeset viewer.