Changes between Version 10 and Version 11 of MakeRelease
- Timestamp:
- 03/23/11 10:57:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeRelease
v10 v11 2 2 3 3 1. Create branch in CVS 4 === Prerequisites === 5 * write access to CVS6 * identified the branch/code base for the release4 * Prerequisites 5 * write access to CVS 6 * identified the branch/code base for the release 7 7 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` 11 11 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. 13 13 14 14 2. Update files in the release branch 15 === Prerequisites === 16 * A working copy of the release branch created in the first step15 * Prerequisites 16 * A working copy of the release branch created in the first step 17 17 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. 20 20 21 21 3. Commit updated files to the release branch 22 === Prerequisites === 22 * Prerequisites 23 23 24 === Steps === 24 * Steps 25 25 26 26 4. Create tarball of release branch 27 === Prerequisites === 27 * Prerequisites 28 28 29 === Steps === 29 * Steps 30 30 31 31 5. Post tarball to website 32 === Prerequisites === 32 * Prerequisites 33 33 34 === Steps === 34 * Steps
