Changes between Version 24 and Version 25 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Jan 30, 2009, 1:57:18 PM (14 years ago)
Author:
Beman Dawes
Comment:

Change upload to rsync

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v24 v25  
    8989    * See http://alexandria.wiki.sourceforge.net/File+Release+System+-+Offering+Files+for+Download for SourceForge File Release System documentation.
    9090
    91     * Upload release packages. WebDAV works well; use URL https://frs.sourceforge.net/b/be/beman_dawes/uploads/. The user id and password may have to be entered twice. Once the uploads directory window opens, use '''Windows Explorer''' as a drag-and-drop target. Note: Hit F5 to see the correct file sizes after upload.
     91    * Upload release packages.
     92
     93{{{
     94cd <snapshot-directory>
     95dir boost_*              // verify this gets only the desired files
     96rsync -avP -e --password-file=sourceforge_password.txt ssh boost_* beman_dawes@frs.sourceforge.net:uploads/
     97}}}
     98
     99
    92100
    93101    * Create or edit a release. Admin | File Releases: Click "Add Release" for Package Name "boost".