|
From: <sv...@va...> - 2011-09-19 02:38:37
|
Author: florian Date: 2011-09-19 03:33:35 +0100 (Mon, 19 Sep 2011) New Revision: 12039 Log: Disable sending diffs for the z900 build for now. They are too big to be posted to the mailing list without moderator interaction. Modified: trunk/nightly/conf/z900.sendmail Modified: trunk/nightly/conf/z900.sendmail =================================================================== --- trunk/nightly/conf/z900.sendmail 2011-09-18 00:11:12 UTC (rev 12038) +++ trunk/nightly/conf/z900.sendmail 2011-09-19 02:33:35 UTC (rev 12039) @@ -22,7 +22,7 @@ echo "uname -mrs: $uname_stuff" >> $MAILFILE echo "Vendor version: $vendor_stuff" >> $MAILFILE echo " " >> $MAILFILE -cat "$2" >> $MAILFILE +cat "$summary" >> $MAILFILE echo " " >> $MAILFILE -cat "$3" >> $MAILFILE +# cat "$diffs" >> $MAILFILE /usr/sbin/sendmail -t -i -fb...@ac... < $MAILFILE |