Changeset 31715


Ignore:
Timestamp:
2017-05-30T18:31:07+12:00 (7 years ago)
Author:
ak19
Message:

Not sure if there was a reason why we weren't svn updating the translation files every night, but it seems like a good idea. So adding the svn update line in, and we'll see if there's any problem that had earlier discouraged us from svn updating the translation files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gti/translation_status.sh

    r30720 r31715  
    3737for file in ${filelisting[@]}; do
    3838    if [[ "$file" != *"zz"* && "$file" != *"test"* ]]; then
     39    `svn up $file` # let's update the files first
    3940    status=`svn status $file`
    4041    # "LINE: $file - status: $status"
Note: See TracChangeset for help on using the changeset viewer.