|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68058 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2011-01-12 11:25:46
Author: bemandawes
Date: 2011-01-12 11:25:40 EST (Wed, 12 Jan 2011)
New Revision: 68058
URL: http://svn.boost.org/trac/boost/changeset/68058
Log:
Make scripts more robust
Text files modified:
trunk/tools/release/inspect_trunk.bat | 4 +++-
trunk/tools/release/snapshot_inspection.bat | 10 ++++------
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/tools/release/inspect_trunk.bat
==============================================================================
--- trunk/tools/release/inspect_trunk.bat (original)
+++ trunk/tools/release/inspect_trunk.bat 2011-01-12 11:25:40 EST (Wed, 12 Jan 2011)
@@ -15,8 +15,10 @@
echo Build inspect program...
bjam
popd
+echo Copy inspect.exe to %UTIL% directory...
+copy /y dist\bin\inspect.exe %UTIL%
echo Inspect...
-dist\bin\inspect >%TEMP%\trunk_inspect.html
+inspect >%TEMP%\trunk_inspect.html
echo Create ftp script...
pushd %TEMP%
Modified: trunk/tools/release/snapshot_inspection.bat
==============================================================================
--- trunk/tools/release/snapshot_inspection.bat (original)
+++ trunk/tools/release/snapshot_inspection.bat 2011-01-12 11:25:40 EST (Wed, 12 Jan 2011)
@@ -1,16 +1,14 @@
rem Inspect snapshot
-rem Copyright 2008 Beman Dawes
+rem Copyright Beman Dawes 2008, 2011
rem Distributed under the Boost Software License, Version 1.0.
rem See http://www.boost.org/LICENSE_1_0.txt
-pushd posix\tools\inspect\build
-bjam
-popd
echo inspect...
-pushd posix
-dist\bin\inspect >..\inspect.html
+pushd windows
+rem inspect_trunk.bat builds inspect program every day and copies it to %UTIL%
+%UTIL%%\inspect >..\inspect.html
popd
echo Create ftp script...
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