From 751505eb7a137de61bf22f54c8c1c1db3ceb0e44 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 28 Jan 2009 14:39:38 +0000 Subject: [PATCH] Add generation of README.txt [SVN r50845] --- tools/release/snapshot_posix.bat | 15 +++++++++------ tools/release/snapshot_windows.bat | 11 +++++++---- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/tools/release/snapshot_posix.bat b/tools/release/snapshot_posix.bat index e6e05d22f7..faa8599b95 100644 --- a/tools/release/snapshot_posix.bat +++ b/tools/release/snapshot_posix.bat @@ -7,18 +7,21 @@ rem See http://www.boost.org/LICENSE_1_0.txt 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 @@ strftime "%%Y-%%m-%%d" >date.txt set /p SNAPSHOT_DATE= >posix.ftp echo binary >>posix.ftp @@ -56,7 +59,7 @@ echo bye >>posix.ftp 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 diff --git a/tools/release/snapshot_windows.bat b/tools/release/snapshot_windows.bat index 8330c38065..f3952e385b 100644 --- a/tools/release/snapshot_windows.bat +++ b/tools/release/snapshot_windows.bat @@ -7,18 +7,21 @@ rem See http://www.boost.org/LICENSE_1_0.txt 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 @@ strftime "%%Y-%%m-%%d" >date.txt set /p SNAPSHOT_DATE=