From 69abddace1d323d5846dc4142a1cc40736cf3550 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Oct 2007 21:47:57 +0000 Subject: fixed path to logs svn path=/trunk/; revision=8861 --- scripts/auto-build/mail-mingw-log-hack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-build/mail-mingw-log-hack.sh b/scripts/auto-build/mail-mingw-log-hack.sh index 32d63f16..74f765f7 100755 --- a/scripts/auto-build/mail-mingw-log-hack.sh +++ b/scripts/auto-build/mail-mingw-log-hack.sh @@ -8,7 +8,7 @@ SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'` # the name of this script SCRIPT=`echo $0| sed 's|.*/\(.*\)|\1|g'` -for logfile in `ls -1 /home/pd/logs/${DATE}_*_mingw*.txt`; do +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" -- cgit v1.2.1