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

[lintian] 01/01: c/r-lintian-harness: Clear last-error-by on success



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

nthykier pushed a commit to branch master
in repository lintian.

commit 8ea7761f2cc6f4900c69f3557aac8d3a3b3f22be
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Feb 6 21:11:53 2018 +0000

    c/r-lintian-harness: Clear last-error-by on success
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-lintian-harness.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm
index 5beb492..e2538da 100644
--- a/commands/reporting-lintian-harness.pm
+++ b/commands/reporting-lintian-harness.pm
@@ -417,6 +417,7 @@ sub process_worklist {
             delete($group_data->{'out-of-date'});
             # Always clear the error counter after a successful run.
             delete($group_data->{'processing-errors'});
+            delete($group_data->{'last-error-by'});
         }
         for my $group_id (sort(keys(%errors))) {
             my $group_data;

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


Reply to: