Changes between Version 46 and Version 47 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Nov 18, 2009, 3:13:17 PM (13 years ago)
Author:
Beman Dawes
Comment:

rsync works under Windows

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v46 v47  
    133133   * 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):
    134134{{{
    135 Start VirtualBox/Ubuntu, then:
    136 ./mount-d.sh
    137 cd d:/boost-release-snapshot
    138 #scp -r boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live
     135cd <snapshot-directory>
    139136rsync -avP -e ssh boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live/
    140137}}}