svn commit: r240889 - user/des/tinderbox

Dag-Erling Smørgrav des at FreeBSD.org
Mon Sep 24 15:16:06 UTC 2012


Author: des
Date: Mon Sep 24 15:16:06 2012
New Revision: 240889
URL: http://svn.freebsd.org/changeset/base/240889

Log:
  This hack is no longer required.

Modified:
  user/des/tinderbox/tbmaster.pl

Modified: user/des/tinderbox/tbmaster.pl
==============================================================================
--- user/des/tinderbox/tbmaster.pl	Mon Sep 24 15:15:41 2012	(r240888)
+++ user/des/tinderbox/tbmaster.pl	Mon Sep 24 15:16:06 2012	(r240889)
@@ -348,7 +348,7 @@ sub tinderbox($$$) {
 	    s/\Q$objdir\E/\/obj/g;
 	}
 	print($full $_);
-	if (/^TB ---/ || /^>>> / || /^(?:At|Updated to) revision \d+\.$/) {
+	if (/^TB ---/ || /^>>> /) {
 	    if ($error) {
 		$summary .= join('', @lines);
 		print($brief join('', @lines));


More information about the svn-src-user mailing list