Changes between Version 25 and Version 26 of ReleaseGuidelines


Ignore:
Timestamp:
09/14/12 11:43:27 (12 years ago)
Author:
andrew_b
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseGuidelines

    v25 v26  
    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; 
    88 * 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]) 
    9  * store translations in gir-repo by commands: 
     9 * store translations in git repo by following commands: 
    1010{{{ 
    1111cp -f $TX_REPO/<master|stable>/*.po $GIT_REPO/po 
     
    1616git push origin <master|*-stable> 
    1717}}} 
    18  * Create new NEWS wiki-page for next version with empty template. Template may be copied from current NEWS wiki-page (without lists of tasks and bugreports); 
    19  * Add content of current NEWS wiki-page to the doc/NEWS file in GIT-repo. Save in git by commands: 
     18 * 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); 
     19 * add content of current NEWS wiki page to the doc/NEWS file in git repo. Save it in git by following commands: 
    2020{{{ 
    2121git add doc/NEWS 
     
    2323git push origin <master|*-stable> 
    2424}}} 
    25  * create new tag in git by command (see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg-key for signing releases]) 
     25 * create new tag in git by command (see before: [wiki:GpgSetUpForSigningReleases how to set up your gpg key for signing releases]) 
    2626{{{ 
    2727git tag -s <version> 
     
    3838 * make checksums for archives: 
    3939{{{ 
    40 sha256sum mc-*tar.* >sha256.sum 
     40sha256sum mc-*tar.* > sha256.sum 
    4141}}} 
    4242 * upload source packages and checksums to the special upload area; 
     
    5151=== Notes: === 
    5252 * Cleanup branch should be named as XXXX_cleanup; where XXXX it's a number of current release ticket. 
    53  * The cleanup branch should be created by demand and should be voted and merged to main branch ASAP. Don't keep the cleanup branch in development stage longer that this needed. 
     53 * The cleanup branch should be created by demand and should be voted and merged to main branch ASAP. Don't keep the cleanup branch in development stage longer that it needed. 
    5454 * Activity around cleanup branch should occur in release ticket. 
    55  * Cleanup branch should be deleted after merging to main branch. Cleanup branch may be recreated with same name in any count of times. 
     55 * Cleanup branch should be deleted after merging to main branch. Cleanup branch may be recreated with same name with any count of times. 
    5656 * Cleanup branch shouldn't be merged to main branch in a week before release