svn commit: r228357 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Fri Dec 9 04:51:40 UTC 2011


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


More information about the svn-src-projects mailing list