[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: setup_notify: fix the package generation step after the last refactor

Holger Levsen holger at moszumanska.debian.org
Tue Aug 18 22:41:22 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 724c5119f50abaa9b645525af20861e565afbc62
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Aug 18 22:34:59 2015 +0000

    reproducible: setup_notify: fix the package generation step after the last refactor
---
 bin/reproducible_setup_notify.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 0648744..8daee9e 100755
--- a/bin/reproducible_setup_notify.py
+++ b/bin/reproducible_setup_notify.py
@@ -91,7 +91,7 @@ c = conn_db.cursor()
 for package in packages:
     process_pkg(package, local_args.deactivate)
 
-gen_packages_html(packages, no_clean=True)
+gen_packages_html([Package(x) for x in packages], no_clean=True)
 build_page('notify')
 
 if local_args.deactivate:

-- 
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