|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50845 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2009-01-28 09:39:39
Author: bemandawes
Date: 2009-01-28 09:39:38 EST (Wed, 28 Jan 2009)
New Revision: 50845
URL: http://svn.boost.org/trac/boost/changeset/50845
Log:
Add generation of README.txt
Text files modified:
trunk/tools/release/snapshot_posix.bat | 15 +++++++++------
trunk/tools/release/snapshot_windows.bat | 11 +++++++----
2 files changed, 16 insertions(+), 10 deletions(-)
Modified: trunk/tools/release/snapshot_posix.bat
==============================================================================
--- trunk/tools/release/snapshot_posix.bat (original)
+++ trunk/tools/release/snapshot_posix.bat 2009-01-28 09:39:38 EST (Wed, 28 Jan 2009)
@@ -7,18 +7,21 @@
echo Build a branches/release snapshot for POSIX, using LF line termination...
-echo "Removing old files..."
+echo Removing old files...
rmdir /s /q posix >nul
rmdir /s /q svn_info >nul
del posix.tar.gz >nul
del posix.tar.bz2 >nul
-echo "Exporting files from subversion..."
+echo Exporting files from subversion...
rem leave an audit trail, which is used by inspect to determine revision number
svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
-echo "Building docs..."
+echo Creating release history README.txt...
+lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
+
+echo Copying docs into posix\doc...
pushd posix\doc
xcopy /s /y ..\..\docs_temp\html html
popd
@@ -28,7 +31,7 @@
set /p SNAPSHOT_DATE= <date.txt
echo SNAPSHOT_DATE is %SNAPSHOT_DATE%
-echo "Renaming..."
+echo Renaming root directory...
ren posix boost-posix-%SNAPSHOT_DATE%
echo Building .gz file...
@@ -41,7 +44,7 @@
echo The ftp transfer will be done in two steps because that has proved more
echo reliable on Beman's Windows XP 64-bit system.
-echo "Creating ftp script 1 ..."
+echo Creating ftp script 1 ...
copy user.txt posix.ftp
echo dir >>posix.ftp
echo binary >>posix.ftp
@@ -56,7 +59,7 @@
echo Running ftp script 1 ...
ftp -n -i -s:posix.ftp boost.cowic.de
-echo "Creating ftp script 2 ..."
+echo Creating ftp script 2 ...
copy user.txt posix.ftp
echo dir >>posix.ftp
echo mdelete boost-posix*.bz2 >>posix.ftp
Modified: trunk/tools/release/snapshot_windows.bat
==============================================================================
--- trunk/tools/release/snapshot_windows.bat (original)
+++ trunk/tools/release/snapshot_windows.bat 2009-01-28 09:39:38 EST (Wed, 28 Jan 2009)
@@ -7,18 +7,21 @@
echo Build a branches/release snapshot for Windows, using CRLF line termination...
-echo "Removing old files..."
+echo Removing old files...
rmdir /s /q windows >nul
rmdir /s /q svn_info >nul
del windows.7z >nul
del windows.zip >nul
-echo "Exporting files from subversion..."
+echo Exporting files from subversion...
rem leave an audit trail, which is used by inspect to determine revision number
svn co --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
-echo "Building docs..."
+echo Creating release history README.txt...
+lynx -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
+
+echo Copying docs into windows\doc...
pushd windows\doc
xcopy /s /y ..\..\docs_temp\html html
popd
@@ -28,7 +31,7 @@
set /p SNAPSHOT_DATE= <date.txt
echo SNAPSHOT_DATE is %SNAPSHOT_DATE%
-echo "Renaming..."
+echo Renaming root directory...
ren windows boost-windows-%SNAPSHOT_DATE%
echo Building .7z file...
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk