Changes between Version 32 and Version 33 of ReleasePractices/ManagerCheckList
- Timestamp:
- Apr 25, 2009, 12:54:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v32 v33 35 35 36 36 * Create a placeholder for release information at: website/public_html/beta/feed/history/, for example for boost 1.39.0: 37 38 39 40 37 {{{ 38 svn co https://svn.boost.org/svn/boost/website/public_html/beta beta-website 39 svn cp beta-website/feed/templates/boost_x_xx_x.qbk beta-website/feed/history/boost_1_39_0.qbk 40 }}} 41 41 Then edit the new entry and commit. 42 42 … … 90 90 91 91 * Build the distribution packages using tools/release/build_release_packages.bat. 92 {{{ 93 cd <snapshot-directory> 94 %BOOST_TRUNK%\tools\release\build_release_packages boost_X_XX_X_beta1 >build_packages.log 2>&1 95 }}} 92 96 93 97 * Upload distribution packages to snapshot ftp site. … … 103 107 * Upload release packages. 104 108 {{{ 105 106 107 109 cd <snapshot-directory> 110 dir boost_* // verify this gets only the desired files 111 rsync -avP -e ssh boost_* beman_dawes@frs.sourceforge.net:uploads/ 108 112 }}} 109 113