Changes between Version 36 and Version 37 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
May 2, 2009, 4:45:39 PM (13 years ago)
Author:
Beman Dawes
Comment:

use rsync for site upload

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v36 v37  
    132132   
    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):
    134            * Start VirtualBox/Ubuntu.
    135            * ./mount-d.sh
    136            * cd d:/boost-release-snapshot
    137            * scp -r boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live
     134{{{
     135Start VirtualBox/Ubuntu, then:
     136./mount-d.sh
     137cd d:/boost-release-snapshot
     138#scp -r boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live
     139rsync -avP -e ssh boost_1_39_0.zip grafik@beta.boost.org:/u/grafik/www.boost.org/archives/live/
     140}}}
    138141             
    139142   * Merge the website/beta to website/live. (Anyone with website svn write permission.)