diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-22 21:47:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-22 21:47:57 +0000 |
commit | 69abddace1d323d5846dc4142a1cc40736cf3550 (patch) | |
tree | 66ae97f6ff354d6c3b427828f403df8171e9e4cf /scripts/auto-build | |
parent | 22f5b00a38e2c3529d79f8d8b6c12cae4428ab04 (diff) |
fixed path to logs
svn path=/trunk/; revision=8861
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/mail-mingw-log-hack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |