From: Jan-Benedict G. <jb...@us...> - 2005-12-17 13:05:56
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20143 Modified Files: run_test_build.sh Log Message: - Add some email headers. Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- run_test_build.sh 16 Dec 2005 12:23:06 -0000 1.3 +++ run_test_build.sh 17 Dec 2005 13:05:48 -0000 1.4 @@ -23,12 +23,15 @@ LOCKFILE="${7}" I_AM="Nemo" +VERSION="$Id$" # # $1: Subject # function send_stdin() { - mail -s "$1" ${SEND_MAIL_TO} + mail -a "X-Build-Robot-Id: ${I_AM}, version ${VERSION} running on `hostname`" \ + -a "X-Build-Robot-Target: ${TARGET}" \ + "$1" ${SEND_MAIL_TO} } function lock_down() { |