Changes between Version 69 and Version 70 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Nov 26, 2011, 7:36:40 PM (11 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v69 v70  
    3333    * Verify via jamboost@yahoogroups.com that bjam pre-built executables up-to-date.
    3434       
    35     * Create a placeholder for release information at: website/public_html/beta/feed/history/, for example for boost 1.39.0:
     35    * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.39.0:
    3636{{{
    37 svn co https://svn.boost.org/svn/boost/website/public_html/beta beta-website
    38 svn cp beta-website/feed/templates/boost_x_xx_x.qbk beta-website/feed/history/boost_1_39_0.qbk
    39 }}}
    40        Then edit the version number (in two places) in the new entry and commit.
     37svn co https://svn.boost.org/svn/boost/website/public_html/live live-website
     38svn cp live-website/feed/templates/boost_x_xx_x.qbk live-website/feed/history/boost_1_39_0.qbk
     39}}} Then edit the version number (in two places) in the new entry and commit.
    4140       
    4241== Monitoring Release Progress ==