Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2011 04:51:40 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r228357 - projects/portbuild/scripts
Message-ID:  <201112090451.pB94peKM017305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Fri Dec  9 04:51:40 2011
New Revision: 228357
URL: http://svn.freebsd.org/changeset/base/228357

Log:
  Fix [B] indication on index.html.  Has probably been broken for years.

Modified:
  projects/portbuild/scripts/processlogs

Modified: projects/portbuild/scripts/processlogs
==============================================================================
--- projects/portbuild/scripts/processlogs	Fri Dec  9 02:30:56 2011	(r228356)
+++ projects/portbuild/scripts/processlogs	Fri Dec  9 04:51:40 2011	(r228357)
@@ -182,7 +182,7 @@ sort .logs/.all | while read line; do
     echo "<td>$mailto</td>" >> $of
     echo "<td>" >> $of
 
-    test "$9" = "yes" && echo "<font color=\"red\">[B]</font>" >> $of
+    test "$9" = "broken" && echo "<font color=\"red\">[B]</font>" >> $of
     reason="$7"
     echo "<a href=\"http://${MASTER_URL}/#$8\">$reason</a>" >> $of
     echo "</td>" >> $of



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112090451.pB94peKM017305>