pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Remove 'blame' column, OK'd by grant@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5e80ce900c5
branches:  trunk
changeset: 470635:f5e80ce900c5
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Mar 11 01:42:11 2004 +0000

description:
Remove 'blame' column, OK'd by grant@.

diffstat:

 mk/bulk/post-build |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 21391caff5e6 -r f5e80ce900c5 mk/bulk/post-build
--- a/mk/bulk/post-build        Thu Mar 11 01:41:49 2004 +0000
+++ b/mk/bulk/post-build        Thu Mar 11 01:42:11 2004 +0000
@@ -1,5 +1,5 @@
 #!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.36 2004/02/25 09:05:40 grant Exp $
+# $NetBSD: post-build,v 1.37 2004/03/11 01:42:11 hubertf Exp $
 #
 # Collect stuff after a pkg bulk build
 #
@@ -73,12 +73,12 @@
 $verbose=1;
 
 $report_head = <<EOF;
-Package                    Breaks  Last commit  Maintainer
--------------------------------------------------------------------------
+Package                    Breaks  Maintainer
+--------------------------------------------------------------
 EOF
 $report_form = <<EOF;
-@<<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<< @<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<
-$pkg                       $nbrokenby $who      $maintainer
+@<<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<
+$pkg                       $nbrokenby  $maintainer
 EOF
 
 system("mkdir -p ${FTP}");
@@ -206,7 +206,6 @@
 <tr>
   <td><a class="pkg-$state_style" href="$pinfo->{bf}" title="build log for $pkg">$pkg</a></td>
   $nbrokenby_html
-  <td>$who</td>
   <td>$file</td>
   <td>$maintainer</td>
 </tr>
@@ -420,7 +419,6 @@
 <tr align="left">
   <th width="30%">Package</th>
   <th>Breaks</th>
-  <th>Last commit by</th>
   <th>File touched last</th>
   <th>Maintainer</th>
 </tr>



Home | Main Index | Thread Index | Old Index