Update of /cvsroot/boost/boost/tools/inspect
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13205/tools/inspect

Modified Files:
        run_inspect.sh 
Log Message:
Point the notification email at the Boost dev list.

Index: run_inspect.sh
===================================================================
RCS file: /cvsroot/boost/boost/tools/inspect/run_inspect.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- run_inspect.sh      15 Jul 2006 23:19:20 -0000      1.2
+++ run_inspect.sh      15 Jul 2006 23:50:44 -0000      1.3
@@ -8,8 +8,8 @@
 set -e
 
 #~ Configuration options.
-mail_to="Rene Rivera <[EMAIL PROTECTED]>"
-#~ mail_to="Boost <[email protected]>"
+mail_from="Rene Rivera <[EMAIL PROTECTED]>"
+mail_to="Boost <[email protected]>"
 cvs_branch="$1"
 cvs_user=":ext:${USER}"
 cvs_co="cvs -q -z9 [EMAIL PROTECTED]:/cvsroot/boost co -P -r ${cvs_branch}"
@@ -35,9 +35,9 @@
 #~ Send email with results.
 mail_date=`date --iso-8601 --utc`
 /usr/sbin/sendmail "${mail_to}" <<EMAIL
-From: Rene Rivera <[EMAIL PROTECTED]>
+From: ${mail_from}
 To: ${mail_to}
-Reply-To: Boost <[email protected]>
+Reply-To: ${mail_to}
 Subject: Boost inspection notification (${mail_date}/${cvs_branch})
 
 `cat inspect-out.txt`



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to