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

[lintian] 01/01: r/tmpl/index: Remove some obsolete table rows



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch reporting-rewrite-config-and-archive-handling
in repository lintian.

commit a484d896a272f9e093b930253218bcb2681cfa24
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Apr 28 14:02:00 2017 +0000

    r/tmpl/index: Remove some obsolete table rows
---
 reporting/templates/index.tmpl | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index 67be8ac..dd5cf1d 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -53,7 +53,7 @@
     <p>The following archives are processed by Lintian:</p>
     <table>
       <th><td>Archive name</td><td>Attribute</td><td>Attribute value</td></th>
-      {
+{
         for my $archive_info (@archives) {
           my $name = $archive_info->{'name'};
           my $archs = join(' ', @{$archive_info->{'architectures'}});
@@ -65,7 +65,7 @@
           $OUT .= qq{      <tr><td>Components</td></td>$components</tr>\n};
           $OUT .= qq{      <tr><td>Mirror timestamp</td></td>$timestamp</tr>\n};
         }
-      }
+}
     </table>
   </div>
 
@@ -73,10 +73,6 @@
     <h2>Statistics</h2>
     <table>
       <tr><td>Last updated:</td>     <td>{$timestamp}</td></tr>
-      <tr><td>Archive timestamp:</td><td>{$mirror}</td></tr>
-      <tr><td>Distribution:</td>     <td>{$dist}</td></tr>
-      <tr><td>Archive area:</td>     <td>{$area}</td></tr>
-      <tr><td>Architecture:</td>     <td>{$architecture}</td></tr>
       <tr><td>Maintainers:</td>      <td>{$delta{maintainers}}</td></tr>
       <tr><td>Package groups:</td>     <td>{$delta{'groups-known'}}</td></tr>
       <tr><td>Rescheduled groups:</td> <td>{$delta{'groups-backlog'}}</td></tr>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: