|
From: <sv...@va...> - 2009-03-10 04:00:49
|
Author: njn
Date: 2009-03-10 04:00:07 +0000 (Tue, 10 Mar 2009)
New Revision: 9335
Log:
Merged r9334 ('nightly' update) from the trunk.
Modified:
branches/DARWIN/nightly/bin/nightly
Modified: branches/DARWIN/nightly/bin/nightly
===================================================================
--- branches/DARWIN/nightly/bin/nightly 2009-03-10 03:38:05 UTC (rev 9334)
+++ branches/DARWIN/nightly/bin/nightly 2009-03-10 04:00:07 UTC (rev 9335)
@@ -140,8 +140,10 @@
if [ $changed != 0 ] ; then
echo "Results differ from 24 hours ago" >> final
+ changed_str=""
else
echo "Results unchanged from 24 hours ago" >> final
+ changed_str="(unchanged) "
fi
# Always show the current results.
@@ -185,6 +187,6 @@
# Use the conf/<tag>.sendmail script to email the results.
conf/$ABT_MACHINE.sendmail \
- "$ABT_START nightly build ($ABT_MACHINE, $ABT_DETAILS)" \
+ "$changed_str$ABT_START nightly build ($ABT_MACHINE, $ABT_DETAILS)" \
final \
diffs
|