From 8ed09d2556a9383c01552ac7fdc234b628aa56d9 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 13 Feb 2004 00:59:58 +0000 Subject: [PATCH] Supply current procedure for updating SourceForge [SVN r22251] --- release_mgr_checklist.html | 59 +++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/release_mgr_checklist.html b/release_mgr_checklist.html index 4e3dab7..d7ec582 100644 --- a/release_mgr_checklist.html +++ b/release_mgr_checklist.html @@ -191,7 +191,7 @@ plan is to replace them with more generic procedures over time.

  • Complete the SourceForge release procedure.
  • Consider putting up a temporary "Update in progress" root/index.html - during site update
  • -
  • Update the web site using WS_FTP Pro (64.226.201.52). + during site update
  • +
  • Update the web site:
    cd ...\boost_1_28_0
    +tar -cf site.tar *
    +bzip2 -k site.tar
    +
    +dir site.tar.bz2
    +pscp site.tar.bz2 beman_dawes@shell1.sourceforge.net:/home/groups/b/bo/boost/htdocs/
    +
    +keep_idsn_awake in another window.
    +
    +c:\bgd\util\putty\plink.exe beman_dawes@shell.sourceforge.net
    +cd /home/groups/b/bo/boost/htdocs
    +pwd
    +ls -l site.tar.bz2
    +
    +rm -fr boost
    +rm -fr doc
    +rm -fr libs
    +rm -fr more
    +rm -fr people
    +rm -fr status
    +rm -fr tools
    +bunzip2 -kc site.tar.bz2 | tar -x 
    +ls
    +exit
    +
    +stop keep_isdn_awake
  • Check actual www.boost.org site with browser. Look at a bunch of files that should have been updated to make sure @@ -257,7 +258,7 @@ plan is to replace them with more generic procedures over time.


    Revised: -26 November, 2003

    +04 February, 2004

    © Copyright Beman Dawes 2001

    Use, modification, and distribution are subject to the Boost Software License,