From 5e25dcec78607cf09362049501cdb70203ff4282 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Nov 2006 14:52:14 +0000 Subject: chopped down email report to 20 lines svn path=/trunk/; revision=6486 --- scripts/auto-build/run-automated-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build') 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 } -- cgit v1.2.1