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

[lintian] 04/06: fixup! c/r-sync-state: Prune entries from the lab



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

nthykier pushed a commit to branch master
in repository lintian.

commit 7720ddc128a0c8576701a7bc486d4b6620407bd7
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Feb 10 09:01:51 2015 +0100

    fixup! c/r-sync-state: Prune entries from the lab
---
 commands/reporting-sync-state | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/reporting-sync-state b/commands/reporting-sync-state
index 4bafab2..dab00f9 100755
--- a/commands/reporting-sync-state
+++ b/commands/reporting-sync-state
@@ -433,7 +433,7 @@ sub prune_lintian_lab {
         $lab->open;
         $lab->visit_packages(sub {
             my ($lpkg) = @_;
-            my $id = $lpkg->proc_id;
+            my $id = $lpkg->identifier;
             if (not exists($state->{'members-to-groups'}{$id})) {
                 log_debug("Removing ${id} from lab");
                 $lpkg->remove if (not $OPT{'dry-run'});

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


Reply to: