Changes between Version 10 and Version 11 of MakeRelease

Show
Ignore:
Timestamp:
03/23/11 10:57:36 (2 years ago)
Author:
mtmoore
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeRelease

    v10 v11  
    22 
    331. Create branch in CVS 
    4 === Prerequisites === 
    5     * write access to CVS 
    6     * identified the branch/code base for the release 
     4    * Prerequisites 
     5        * write access to CVS 
     6        * identified the branch/code base for the release 
    77 
    8 === Steps === 
    9     * create a branch in CVS based on the code base that the release should be based on. Usually, this is the current Orange-Branch. You do not require a working copy to perform this step. You can do this using: [[BR]] 
    10 `cvs rtag -b -r Orange-Branch orangefs-2-8-3-2011-03-23 pvfs` 
     8    * Steps  
     9        * create a branch in CVS based on the code base that the release should be based on. Usually, this is the current Orange-Branch. You do not require a working copy to perform this step. You can do this using: [[BR]] 
     10          `cvs rtag -b -r Orange-Branch orangefs-2-8-3-2011-03-23 pvfs` 
    1111 
    12 The branch name should be of the format orangefs-<major>-<minor>-<minor>-<release date>. The <release-date> should be in YYYY-MM-DD format. 
     12           The branch name should be of the format orangefs-<major>-<minor>-<minor>-<release date>. The <release-date> should be in YYYY-MM-DD format. 
    1313 
    14142. Update files in the release branch  
    15 === Prerequisites === 
    16  * A working copy of the release branch created in the first step 
     15    * Prerequisites 
     16        * A working copy of the release branch created in the first step 
    1717 
    18 === Steps === 
    19  * Update ChangeLog to include descriptions of updates between the last release and the new release. 
     18    * Steps 
     19        * Update ChangeLog to include descriptions of updates between the last release and the new release. 
    2020 
    21213. Commit updated files to the release branch 
    22 === Prerequisites === 
     22    * Prerequisites 
    2323 
    24 === Steps === 
     24    * Steps 
    2525 
    26264. Create tarball of release branch 
    27 === Prerequisites === 
     27    * Prerequisites 
    2828 
    29 === Steps === 
     29    * Steps 
    3030 
    31315. Post tarball to website 
    32 === Prerequisites === 
     32    * Prerequisites 
    3333 
    34 === Steps === 
     34    * Steps