Changes between Version 32 and Version 33 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Apr 25, 2009, 12:54:50 PM (13 years ago)
Author:
Beman Dawes
Comment:

Add build packages command lines

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v32 v33  
    3535       
    3636    * Create a placeholder for release information at: website/public_html/beta/feed/history/, for example for boost 1.39.0:
    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        }}}
     37{{{
     38svn co https://svn.boost.org/svn/boost/website/public_html/beta beta-website
     39svn cp beta-website/feed/templates/boost_x_xx_x.qbk beta-website/feed/history/boost_1_39_0.qbk
     40}}}
    4141       Then edit the new entry and commit.
    4242       
     
    9090   
    9191    * Build the distribution packages using tools/release/build_release_packages.bat.
     92{{{
     93cd <snapshot-directory>
     94%BOOST_TRUNK%\tools\release\build_release_packages boost_X_XX_X_beta1 >build_packages.log 2>&1
     95}}}
    9296
    9397    * Upload distribution packages to snapshot ftp site.
     
    103107    * Upload release packages.
    104108{{{
    105     cd <snapshot-directory>
    106     dir boost_*              // verify this gets only the desired files
    107     rsync -avP -e ssh boost_* beman_dawes@frs.sourceforge.net:uploads/
     109cd <snapshot-directory>
     110dir boost_*              // verify this gets only the desired files
     111rsync -avP -e ssh boost_* beman_dawes@frs.sourceforge.net:uploads/
    108112}}}
    109113