Changes between Version 42 and Version 43 of ReleasePractices/ManagerCheckList
- Timestamp:
- Nov 4, 2009, 1:16:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v42 v43 108 108 * login 109 109 * Project Admin | File Manager 110 * Right click "boost" | New folder 110 * Right click "boost" | New folder | New folder name: 1.41.0.beta.1 111 111 112 * Upload release packages to folder just created.112 * Upload release packages: 113 113 {{{ 114 114 cd <snapshot-directory> 115 115 dir boost_* // verify this gets only the desired files 116 %BOOST_TRUNK%\tools\release\upload2sourceforge boost.1.40.0.beta.2116 %BOOST_TRUNK%\tools\release\upload2sourceforge 1.41.0.beta.1 117 117 }}} 118 118 119 * Wait a bit. The docs say 30 minutes, but that seems to have been reduced to less than 5 minutes. 119 * Complete SourceForge release process: 120 * login 121 * Project Admin | File Manager 122 * Verify files are present and in the correct directory. 123 * Click each file to set properties: 124 * Label: "Windows line endings" or "Unix line endings" 125 * Do not set Platform, since we have no default download platform. 126 * Files (on upper menu bar), and check "Newest Files" entries are correct. (There may be a delay before labels appear) 120 127 121 128 * Apply Subversion release tag. (See [#SubversionReleaseTag Subversion Release Tag]) 122 129 123 * Check SourceForge release page and release notes with web browser.124 125 130 * Upload boost_n_n_n.zip to the web server (Requires server keys/access; currently only Rene and Beman. Also assumes ~/.ssh has Beman's key files): 126 131 {{{