[Reproducible-commits] [misc] 06/07: .. nor is badpkgs

Chris Lamb lamby at moszumanska.debian.org
Thu Jul 9 09:43:12 UTC 2015


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

lamby pushed a commit to branch master
in repository misc.

commit 04dfa67a93d5294fa04b409ec61e190dfcc3e293
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 9 10:41:13 2015 +0100

    .. nor is badpkgs
---
 clean-notes | 2 --
 1 file changed, 2 deletions(-)

diff --git a/clean-notes b/clean-notes
index 4997951..4c28810 100755
--- a/clean-notes
+++ b/clean-notes
@@ -212,10 +212,8 @@ def load_notes():
 
 
 def check_notes_validity(notes, testedpkgs):
-    badpkgs = []
     for pkg in sorted(notes):
         if pkg not in testedpkgs:
-            badpkgs.append(pkg)
             log.critical('the package ' + pkg +
                          ' was never tested. Maybe it\'s misspelled?')
 

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



More information about the Reproducible-commits mailing list