Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72335 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2011-06-01 14:54:35


Author: bemandawes
Date: 2011-06-01 14:54:32 EDT (Wed, 01 Jun 2011)
New Revision: 72335
URL: http://svn.boost.org/trac/boost/changeset/72335

Log:
apply tools/release update from Daniel J.
Text files modified:
   trunk/tools/release/snapshot_download_docs.bat | 9 +++++----
   trunk/tools/release/snapshot_posix.bat | 6 +++---
   trunk/tools/release/snapshot_windows.bat | 6 +++---
   3 files changed, 11 insertions(+), 10 deletions(-)

Modified: trunk/tools/release/snapshot_download_docs.bat
==============================================================================
--- trunk/tools/release/snapshot_download_docs.bat (original)
+++ trunk/tools/release/snapshot_download_docs.bat 2011-06-01 14:54:32 EDT (Wed, 01 Jun 2011)
@@ -1,5 +1,5 @@
 @echo off
-rem Download and unpack boost-docs.7z
+rem Download and unpack boost-release-docs.7z
 
 rem Copyright 2008 Beman Dawes
 
@@ -10,6 +10,7 @@
 
 echo Deleting old files and directories ...
 del boost-docs.7z 2>nul
+del boost-release-docs.7z 2>nul
 rmdir /s /q docs_temp 2>nul
 mkdir docs_temp
 
@@ -18,13 +19,13 @@
 rem where "userid" and "password" are replace with the appropriate values
 copy user.txt download_docs.ftp
 echo binary >>download_docs.ftp
-echo get boost-docs.7z >>download_docs.ftp
+echo get boost-release-docs.7z >>download_docs.ftp
 echo bye >>download_docs.ftp
 
 echo Running ftp script ...
 ftp -d -n -i -s:download_docs.ftp boost.cowic.de
 
 echo Unpacking 7z file ...
-7z x -y -odocs_temp boost-docs.7z
+7z x -y -odocs_temp boost-release-docs.7z
 
-echo Download and unpack boost-docs.7z complete!
\ No newline at end of file
+echo Download and unpack boost-release-docs.7z complete!
\ No newline at end of file

Modified: trunk/tools/release/snapshot_posix.bat
==============================================================================
--- trunk/tools/release/snapshot_posix.bat (original)
+++ trunk/tools/release/snapshot_posix.bat 2011-06-01 14:54:32 EDT (Wed, 01 Jun 2011)
@@ -16,9 +16,9 @@
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol LF -r %BOOST_REVISION_NUMBER% http://svn.boost.org/svn/boost/branches/release posix
 
-echo Copying docs into posix\doc...
-pushd posix\doc
-xcopy /s /y ..\..\docs_temp\html html
+echo Copying docs into posix...
+pushd posix
+xcopy /s /y ..\docs_temp
 popd
 
 echo Setting SNAPSHOT_DATE

Modified: trunk/tools/release/snapshot_windows.bat
==============================================================================
--- trunk/tools/release/snapshot_windows.bat (original)
+++ trunk/tools/release/snapshot_windows.bat 2011-06-01 14:54:32 EDT (Wed, 01 Jun 2011)
@@ -17,9 +17,9 @@
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol CRLF -r %BOOST_REVISION_NUMBER% http://svn.boost.org/svn/boost/branches/release windows
 
-echo Copying docs into windows\doc...
-pushd windows\doc
-xcopy /s /y ..\..\docs_temp\html html
+echo Copying docs into windows...
+pushd windows
+xcopy /s /y ..\docs_temp
 popd
 
 echo Setting SNAPSHOT_DATE


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