Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3358
Modified Files: run-automated-builder Log Message: chopped down email report to 20 lines
Index: run-automated-builder =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** run-automated-builder 24 Oct 2006 04:21:35 -0000 1.14 --- run-automated-builder 28 Nov 2006 14:52:14 -0000 1.15 *************** *** 31,35 **** if [ "x${completion_test}" != "xSUCCESS" ]; then SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME" ! tail -200 ${LOGFILE} | mail -s "${SUBJECT}" ${RECIPIENT} fi } --- 31,35 ---- if [ "x${completion_test}" != "xSUCCESS" ]; then SUBJECT="autobuild: $distro $HOSTNAME $DATE $TIME" ! tail -20 ${LOGFILE} | mail -s "${SUBJECT}" ${RECIPIENT} fi }