Changes between Version 30 and Version 31 of ReleaseGuidelines


Ignore:
Timestamp:
04/02/13 09:00:44 (11 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v30 v31  
    66 
    77 * for stable: [https://www.midnight-commander.org/report/18 search] tickets with 'stable-candidate' keyword and in 'testing' stage, then apply commits to stable branch from all found tickets; 
    8  * download translations from Transifex.net by command [http://help.transifex.net/features/client/index.html tx]{{{ pull --all}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository]) '''NOTE:''' keep the po/ru.po file unmodified while updated from Transifex.  
     8 * download PO-translations from Transifex.net by command [http://help.transifex.net/features/client/index.html tx]{{{ pull --all}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository]) '''NOTE:''' keep the po/ru.po file unmodified while updated from Transifex.  
    99 * store translations in git repo by following commands: 
    1010{{{ 
     
    1414git add *.po 
    1515git commit -s -m 'Updated translations from Transifex' 
     16git push origin <master|*-stable> 
     17}}} 
     18 * download hintst-translations from Transifex.net by command: {{{maint/sync-transifex/mc.hint-fromTransifex.sh}}} 
     19 * store translations in git repo by following commands: 
     20{{{ 
     21git add doc/hints/l10n/mc.hint.* 
     22git commit -s -m 'Updated the hints translations from Transifex' 
    1623git push origin <master|*-stable> 
    1724}}}