[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: breakages: fix typo

Holger Levsen holger at moszumanska.debian.org
Mon May 11 08:00:25 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit af2049a224281b44980113cf6d5d3bd4709b6e75
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon May 11 09:52:07 2015 +0200

    reproducible: breakages: fix typo
---
 bin/reproducible_breakages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 41b7cb2..3556c11 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -60,7 +60,7 @@ def not_unrep_with_dbd_file():
         dbd = DBD_PATH + '/' + suite + '/' + arch + '/' + pkg + '_' + \
             eversion + '.debbindiff.html'
         if os.access(dbd, os.R_OK):
-            bad_pks.append((pkg, version, suite, arch))
+            bad_pkgs.append((pkg, version, suite, arch))
             log.warning(pkg + '/' + suite + ' (' + version + ') has a '
                         'debbindiff file but it\'s not unreproducible.')
     return bad_pkgs

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



More information about the Qa-jenkins-scm mailing list