diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-28 14:52:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-28 14:52:14 +0000 |
commit | 5e25dcec78607cf09362049501cdb70203ff4282 (patch) | |
tree | a530b5d8d2bea847e018e25201c5cad41e139466 /scripts/auto-build/run-automated-builder | |
parent | df45335fc22b7bc85e074def6cb18b4decc42e0b (diff) |
chopped down email report to 20 lines
svn path=/trunk/; revision=6486
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 28a9b3c3..412f2eb2 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -30,7 +30,7 @@ run_build_script () completion_test=`tail -1 ${LOGFILE}` if [ "x${completion_test}" != "xSUCCESS" ]; then SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME" - tail -200 ${LOGFILE} | mail -s "${SUBJECT}" ${RECIPIENT} + tail -20 ${LOGFILE} | mail -s "${SUBJECT}" ${RECIPIENT} fi } |