Changes between Version 40 and Version 41 of ReleasePractices/ManagerCheckList
- Timestamp:
- Aug 15, 2009, 7:53:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v40 v41 103 103 * '''''Important''''': Release team must have signed off on packages. Ignoring this in the past has led to mistakes! 104 104 105 * See http:// alexandria.wiki.sourceforge.net/File+Release+System+-+Offering+Files+for+Download for SourceForge File Release Systemdocumentation.105 * See http://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download for SourceForge File Release System (RFS) documentation. 106 106 107 * Upload release packages. 107 * Create a directory on SourceForge: 108 * login 109 * Project Admin | File Manager 110 * Right click "boost" | New folder 111 112 * Upload release packages to folder just created. 108 113 {{{ 109 114 cd <snapshot-directory> 110 115 dir boost_* // verify this gets only the desired files 111 rsync -avP -e ssh boost_* beman_dawes@frs.sourceforge.net:uploads/ 116 %BOOST_TRUNK%\tools\release\upload2sourceforge boost.1.40.0.beta.2 112 117 }}} 113 114 * Create or edit a release. Project Admin | Feature Settings | File Release System | Manage | "Add Release" for Package Name "boost".115 116 * Step 1: New release name: 1.37.2 [beta] | create this release117 * Step 2: paste in release notes (in HTML). Submit/Refresh118 119 Boost source files with types .bz2 and .gz are created with POSIX-style (\n) line endings. Source files with types .7z and .zip are created with Windows-style (\r\n) line endings. The content is otherwise identical. Be sure to download a file with the appropriate line endings for your platform.120 121 If you are new to Boost, be sure to read the Getting Started Guide. See www.boost.org122 123 * Step 3: Check appropriate files. Add Files and/or Refresh View124 * Step 4: For each file, select Processor "Platform-Independent" and File Type, Update/Refresh125 * Step 5: Email Release Notice: Check "I'm sure", click "Send Notice"126 118 127 119 * Wait a bit. The docs say 30 minutes, but that seems to have been reduced to less than 5 minutes.