svn commit: r240781 - user/des/tinderbox

Dag-Erling Smørgrav des at FreeBSD.org
Fri Sep 21 13:42:31 UTC 2012


Author: des
Date: Fri Sep 21 13:42:30 2012
New Revision: 240781
URL: http://svn.freebsd.org/changeset/base/240781

Log:
  If the tree was actually updated, svn will say "updated to revision",
  not "at revision".

Modified:
  user/des/tinderbox/tbmaster.pl

Modified: user/des/tinderbox/tbmaster.pl
==============================================================================
--- user/des/tinderbox/tbmaster.pl	Fri Sep 21 13:25:50 2012	(r240780)
+++ user/des/tinderbox/tbmaster.pl	Fri Sep 21 13:42:30 2012	(r240781)
@@ -348,7 +348,7 @@ sub tinderbox($$$) {
 	    s/\Q$objdir\E/\/obj/g;
 	}
 	print($full $_);
-	if (/^TB ---/ || /^>>> / || /^At revision \d+\.$/) {
+	if (/^TB ---/ || /^>>> / || /^(?:At|Updated to) revision \d+\.$/) {
 	    if ($error) {
 		$summary .= join('', @lines);
 		print($brief join('', @lines));


More information about the svn-src-user mailing list