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.
- - Admin | Edit Packages: Add Release for package name boost
+ - Admin | File Releases | Add Release for package name boost
- New release name: 1.21.2 | create this release
- Step 1: paste in release notes (in HTML). Be sure to note difference
between .zip and .gz/bz2 files. Submit/Refresh
@@ -204,33 +204,34 @@ plan is to replace them with more generic procedures over time.
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).
- - Start keep_isdn_awake
- - Local system: c:\boost\boost_n.n.n
- - Tools | Synchronize | Control file name:
- - boost_people (use "Test script only" first to verify all is working.)
- - boost_more
- - boost_status
- - boost_tools
- - boost_doc
- - boost_libs
- - boost_boost
-
-
- - Connection: boost
- - Update the root director (drag and drop files and directories) [Do the root directory last! This requested by users who happened to
- connect during site updates.]
- - Top level directory seems to copy files unnecessarily. Doesn't happened in
- when whole sub-dir is drag and dropped.
- At end of a file transfer, it is not unusual for there to be a 30-45 second
- hang. This is not a sign of failure.
- - Inspect index, etc dates
- - Disconnect.
- - Stop keep_isdn_awake
-
-
+ 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,