Changes between Version 42 and Version 43 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Nov 4, 2009, 1:16:59 PM (13 years ago)
Author:
Beman Dawes
Comment:

Update release instructions for SourceForge

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v42 v43  
    108108        * login
    109109        * Project Admin | File Manager
    110         * Right click "boost" | New folder
     110        * Right click "boost" | New folder | New folder name: 1.41.0.beta.1
    111111
    112     * Upload release packages to folder just created.
     112    * Upload release packages:
    113113{{{
    114114cd <snapshot-directory>
    115115dir boost_*              // verify this gets only the desired files
    116 %BOOST_TRUNK%\tools\release\upload2sourceforge boost.1.40.0.beta.2
     116%BOOST_TRUNK%\tools\release\upload2sourceforge 1.41.0.beta.1
    117117}}}
    118118
    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)
    120127
    121128   * Apply Subversion release tag. (See [#SubversionReleaseTag Subversion Release Tag])
    122129
    123    * Check SourceForge release page and release notes with web browser.             
    124    
    125130   * 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):
    126131{{{