Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63918 - trunk/tools/inspect
From: ghost_at_[hidden]
Date: 2010-07-12 04:14:57


Author: vladimir_prus
Date: 2010-07-12 04:14:56 EDT (Mon, 12 Jul 2010)
New Revision: 63918
URL: http://svn.boost.org/trac/boost/changeset/63918

Log:
Remove obsolete file.

For sure, any script that tries to checkout things from CVS is
probably of no use.

Removed:
   trunk/tools/inspect/run_inspect.sh
Text files modified:
   trunk/tools/inspect/inspect.cpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: trunk/tools/inspect/inspect.cpp
==============================================================================
--- trunk/tools/inspect/inspect.cpp (original)
+++ trunk/tools/inspect/inspect.cpp 2010-07-12 04:14:56 EDT (Mon, 12 Jul 2010)
@@ -152,7 +152,6 @@
       && leaf != "bin"
       && leaf != "bin.v2"
       // this really out of our hands
- && leaf != "jam_src"
       && local.find("tools/jam/src") != 0
       // too many issues with generated HTML files
       && leaf != "status"

Deleted: trunk/tools/inspect/run_inspect.sh
==============================================================================
--- trunk/tools/inspect/run_inspect.sh 2010-07-12 04:14:56 EDT (Mon, 12 Jul 2010)
+++ (empty file)
@@ -1,69 +0,0 @@
-#!/bin/sh
-
-#~ Copyright Rene Rivera 2006.
-#~ Distributed under the Boost Software License, Version 1.0.
-#~ (See accompanying file LICENSE_1_0.txt or copy at
-#~ http://www.boost.org/LICENSE_1_0.txt)
-
-set -e
-
-#~ Configuration options.
-mail_from="Rene Rivera <grafikrobot_at_[hidden]>"
-mail_to="Boost <boost_at_[hidden]>"
-mail_date=`date --iso-8601 --utc`
-mail_in_reply_to="$2"
-cvs_branch="$1"
-cvs_user=":ext:${USER}"
-cvs_co="cvs -q -z9 -d${cvs_user}@boost.cvs.sourceforge.net:/cvsroot/boost co -P -r ${cvs_branch}"
-cvs_dir="${HOME}/devroots"
-
-#~ Build bjam.
-cd ${cvs_dir}
-${cvs_co} -d boost_jam_src boost/tools/jam/src
-cd boost_jam_src
-LOCATE_TARGET=bin sh ./build.sh
-
-#~ Build inspect.
-cd ${cvs_dir}
-${cvs_co} -d boost_${cvs_branch} boost
-cd boost_${cvs_branch}/tools/inspect/build
-${cvs_dir}/boost_jam_src/bin/bjam --v2
-
-#~ Run the inspection.
-cd ${cvs_dir}
-cd boost_${cvs_branch}
-opt=""
-opt="${opt} -crlf"
-opt="${opt} -end"
-opt="${opt} -link"
-opt="${opt} -long_name"
-opt="${opt} -tab"
-opt="${opt} -minmax"
-opt="${opt} -unnamed"
-./dist/bin/inspect -text ${opt} > inspect-X.out
-opt=""
-opt="${opt} -license"
-opt="${opt} -copyright"
-./dist/bin/inspect -text -brief ${opt} > inspect-LC.out
-
-#~ Send email(s) with results.
-/usr/sbin/sendmail "${mail_to}" <<EMAIL
-From: ${mail_from}
-To: ${mail_to}
-Reply-To: ${mail_to}
-References: ${mail_in_reply_to}
-In-Reply-To: ${mail_in_reply_to}
-Subject: Boost inspection notification (${mail_date}/${cvs_branch}) *X*
-
-`cat inspect-X.out`
-EMAIL
-/usr/sbin/sendmail "${mail_to}" <<EMAIL
-From: ${mail_from}
-To: ${mail_to}
-Reply-To: ${mail_to}
-References: ${mail_in_reply_to}
-In-Reply-To: ${mail_in_reply_to}
-Subject: Boost inspection notification (${mail_date}/${cvs_branch}) *LC*
-
-`cat inspect-LC.out`
-EMAIL


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