]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reduce lfedora1.sendmail diff lines.
authorMark Wielaard <mark@klomp.org>
Tue, 29 Aug 2017 09:09:41 +0000 (11:09 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 29 Aug 2017 09:09:43 +0000 (11:09 +0200)
The mailinglist was rejecting the nightly emails because they were too big.

nightly/conf/lfedora1.sendmail

index 13298dfa41e4fe88434459defff951f85e757bce..0ae9070e567584b4476d158bdf1a63ed1d98e789 100755 (executable)
@@ -12,7 +12,7 @@ echo "Bcc: valgrind@wildebeest.org" >> $MAILFILE
 echo "  " >> $MAILFILE
 cat "$summary"  >> $MAILFILE
 echo "  " >> $MAILFILE
-cat "$diffs"  >> $MAILFILE
+cat "$diffs" | head -2000  >> $MAILFILE
 
 MAILLATEST="$HOME/valgrind-results/latest"
 rm -f $MAILLATEST