Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61472 - trunk/tools/release
From: daniel_james_at_[hidden]
Date: 2010-04-21 17:33:31


Author: danieljames
Date: 2010-04-21 17:33:30 EDT (Wed, 21 Apr 2010)
New Revision: 61472
URL: http://svn.boost.org/trac/boost/changeset/61472

Log:
Remove fetching README.txt from the release script.
Text files modified:
   trunk/tools/release/snapshot_posix.bat | 3 ---
   trunk/tools/release/snapshot_windows.bat | 3 ---
   2 files changed, 0 insertions(+), 6 deletions(-)

Modified: trunk/tools/release/snapshot_posix.bat
==============================================================================
--- trunk/tools/release/snapshot_posix.bat (original)
+++ trunk/tools/release/snapshot_posix.bat 2010-04-21 17:33:30 EDT (Wed, 21 Apr 2010)
@@ -21,9 +21,6 @@
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
-echo Creating release history README.txt...
-lynx -width=72 -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

Modified: trunk/tools/release/snapshot_windows.bat
==============================================================================
--- trunk/tools/release/snapshot_windows.bat (original)
+++ trunk/tools/release/snapshot_windows.bat 2010-04-21 17:33:30 EDT (Wed, 21 Apr 2010)
@@ -21,9 +21,6 @@
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
 
-echo Creating release history README.txt...
-lynx -width=72 -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


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