Changes between Version 30 and Version 31 of ReleaseGuidelines
- Timestamp:
- 04/02/13 09:00:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseGuidelines
v30 v31 6 6 7 7 * 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. 9 9 * store translations in git repo by following commands: 10 10 {{{ … … 14 14 git add *.po 15 15 git commit -s -m 'Updated translations from Transifex' 16 git 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 {{{ 21 git add doc/hints/l10n/mc.hint.* 22 git commit -s -m 'Updated the hints translations from Transifex' 16 23 git push origin <master|*-stable> 17 24 }}}