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

nthykier pushed a commit to branch master
in repository lintian.

commit 844d74247dd2112170d8d7f148d5bc915998ef5d
Author: Niels Thykier <ni...@thykier.net>
Date:   Sat Feb 17 12:10:11 2018 +0000

    c/r-html-reports: Remove uncompressed log from website
    
    Signed-off-by: Niels Thykier <ni...@thykier.net>
---
 commands/reporting-html-reports.pm | 8 --------
 debian/changelog                   | 6 ++++++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/commands/reporting-html-reports.pm 
b/commands/reporting-html-reports.pm
index 8506f69..5bcc883 100644
--- a/commands/reporting-html-reports.pm
+++ b/commands/reporting-html-reports.pm
@@ -543,16 +543,8 @@ sub setup_output_dir {
             'in'  => $lintian_log_file,
             'out' => "$output_dir/lintian.log.gz",
         );
-        $RESOURCE_MANAGER->install_resource(
-            'lintian.log',
-            {
-                'install_method' => 'copy',
-                'source_file' => $lintian_log_file,
-            });
         run_cmd(\%opts, 'gzip', '-9nc');
         $RESOURCE_MANAGER->install_resource("$output_dir/lintian.log.gz");
-        symlink($RESOURCE_MANAGER->resource_URL('lintian.log'),
-            "$output_dir/lintian.log");
         symlink($RESOURCE_MANAGER->resource_URL('lintian.log.gz'),
             "$output_dir/lintian.log.gz");
     }
diff --git a/debian/changelog b/debian/changelog
index ee92b06..3671139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,12 @@ lintian (2.5.76) UNRELEASED; urgency=medium
     + [CL] Use our new $PKGREPACK_REGEX to match and capture the suffix
       when looking at potential debian/watch mangling issues.
 
+  * commands/reporting-html-reports.pm:
+    + [NT] Stop including the uncompressed lintian log in the website
+      as it consumes considerable space for no reason.  Consumers
+      should migrate to the compressed variant, which has been around
+      for years and only consumes ~1/20th of the space.
+
   * debian/source/lintian-overrides:
     + [CL] Drop all the overrides for Lintian titself now that we use the
       <!nocheck> build profile for the previously-spurious warnings.

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

Reply via email to