aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 14:52:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 14:52:14 +0000
commit5e25dcec78607cf09362049501cdb70203ff4282 (patch)
treea530b5d8d2bea847e018e25201c5cad41e139466 /scripts/auto-build/run-automated-builder
parentdf45335fc22b7bc85e074def6cb18b4decc42e0b (diff)
chopped down email report to 20 lines
svn path=/trunk/; revision=6486
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder2
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
}