Changes between Version 61 and Version 62 of ReleaseGuidelines


Ignore:
Timestamp:
01/14/23 19:11:24 (15 months ago)
Author:
zaytsev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v61 v62  
    3333mkdir dist; cd dist; ../configure; cd .. 
    3434}}} 
    35  * download PO-translations from Transifex.net by command {{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository])  
    36  * store translations in git repo by following commands: 
     35 * download PO-translations from Transifex.net: {{{./maint/utils/sync-transifex/po-from-transifex.py}}} (see before: [wiki:TxRepoSetup how to set up local tx-repository])  
     36 * store translations in git repo 
    3737{{{ 
    3838make -C dist/po update-po 
     
    4141git push origin master 
    4242}}} 
    43  * download the hint translations from Transifex.net by command: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}} 
    44  * store translations in git repo by following commands: 
     43 * download the hint translations from Transifex.net: {{{./maint/utils/sync-transifex/hints-from-transifex.py}}} 
     44 * store translations in git repo 
    4545{{{ 
    4646git add doc/hints/l10n/mc.hint.* 
     
    4949}}} 
    5050 * create new NEWS wiki page for next version with empty template. Template may be copied from current NEWS wiki page (without list of tasks and bugreports) 
    51  * add content of current NEWS wiki page to the doc/NEWS file in git repo. Save it in git by following commands: 
     51 * add content of current NEWS wiki page to the doc/NEWS file in git repo. Save it in git: 
    5252{{{ 
    5353git add doc/NEWS 
     
    5757 * new version in Trac 
    5858 * new milestone in Trac 
    59  * create new tag in git by command (see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg key for signing releases]) 
     59 * create new tag in git (see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg key for signing releases]) 
    6060{{{ 
    6161git tag -s <version> 
     
    7979}}} 
    8080 * upload source packages and checksums to {{{scp mc-X.X.XX.* midnightcommander@ftp-osl.osuosl.org:/home/midnightcommander/data}}} (all maintainers have access via pubkeys) 
    81  * run command: {{{ssh midnightcommander@ftp-osl.osuosl.org '/home/midnightcommander/trigger-midnightcommander'}}} 
     81 * run {{{ssh midnightcommander@ftp-osl.osuosl.org '/home/midnightcommander/trigger-midnightcommander'}}} 
    8282 * update Wiki start page with latest release number 
    8383 * write an announcement: list user visible changes (bugs and features)