diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-22 22:41:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-22 22:41:47 +0000 |
commit | 008f1d5a133df7630b18b93a234375ecdeb043c7 (patch) | |
tree | 5a9ff326fd7b551fbb53e34d54713a6a75c6703d | |
parent | 69abddace1d323d5846dc4142a1cc40736cf3550 (diff) |
ok, this should work now, so switched to pd-cvs for recipient
svn path=/trunk/; revision=8862
-rwxr-xr-x | scripts/auto-build/mail-mingw-log-hack.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/auto-build/mail-mingw-log-hack.sh b/scripts/auto-build/mail-mingw-log-hack.sh index 74f765f7..c0cf45b3 100755 --- a/scripts/auto-build/mail-mingw-log-hack.sh +++ b/scripts/auto-build/mail-mingw-log-hack.sh @@ -12,7 +12,6 @@ for logfile in `ls -1 /var/www/auto-build/${DATE}/logs/${DATE}_*_mingw*.txt`; do completion_test=`tail -1 ${logfile}` if [ "x${completion_test}" != "xSUCCESS" ]; then SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME" -# tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT} - tail -20 ${logfile} | mail -s "autobuild: $logfile" hans@eds.org + tail -20 ${logfile} | mail -s "autobuild: $logfile" ${RECIPIENT} fi done |