Changes between Version 76 and Version 77 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Jul 31, 2012, 11:50:20 AM (10 years ago)
Author:
Beman Dawes
Comment:

Update Build Distribution Packages

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v76 v77  
    148148341e5d993b19d099bf1a548495ea91ec *boost_1_46_1.tar.gz
    149149}}}
    150         * Run: chg n.nn.n.md5 "\r" ""      // strip "\r" or md5sum can't find files
    151         * Run: md5sum -c -w <n.nn.n.md5    // should list all files, status OK
     150        * Windows only: run: chg n.nn.n.md5 "\r" ""  // strip "\r" or md5sum can't find files
     151        * Run: md5sum -c -w <n.nn.n.md5              // should list all files, status OK
    152152
    153153    * Complete SourceForge release process:
     
    159159   * Apply Subversion release tag. (See [#SubversionReleaseTag Subversion Release Tag])
    160160
    161    * 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):
    162 {{{
    163 cd <snapshot-directory>
    164 rsync -avP -e ssh boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live/
    165 }}}
    166              
    167    * Merge the website/beta to website/live. (Anyone with website svn write permission.)
    168 
    169    * Check actual www.boost.org site with browser. Look at a bunch of files that should have been updated to make sure the updates actually "took".
     161   * If this is a final release, rather than a beta release, let the webmaster (currently Daniel) know the release is ready to go live. Wait until the site is updated before posting the release message.
    170162       
    171    * Post a message announcing the release. See [wiki:ReleasePractices/HeadsUpMessages#Boostn.nn.nReleaseNotice sample release notice].  Post as separate messages to: boost, boost-announce, boost-users, comp.lang.c++.moderated, c++std-news       
     163   * Post a message announcing the release.
     164       * Beta releases: See [wiki:ReleasePractices/HeadsUpMessages#Boostn.nn.nBetanReleaseNotice sample beta release notice].  Post as separate messages to: boost, boost-announce, boost-users
     165       * Final releases: See [wiki:ReleasePractices/HeadsUpMessages#Boostn.nn.nReleaseNotice sample final release notice].  Post as separate messages to: boost, boost-announce, boost-users, comp.lang.c++.moderated, c++std-news       
    172166     
    173167== Subversion Beta and Release Tags ==