[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: scheduler: the Package class is only interested to know the package name

Holger Levsen holger at moszumanska.debian.org
Sun Oct 11 10:47:05 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 fcddf8468deb1a9344c12ae525456bbca4f6ca54
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Oct 10 18:30:24 2015 +0000

    reproducible: scheduler: the Package class is only interested to know the package name
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 7ec2253..435e6f4 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -272,7 +272,7 @@ def update_sources_db(suite, arch, sources):
         sys.exit(1)
     if pkgs_to_add:
         log.info('Building pages for the new packages')
-        gen_packages_html([Package(x) for x in pkgs_to_add], no_clean=True)
+        gen_packages_html([Package(x[0]) for x in pkgs_to_add], no_clean=True)
 
 
 def print_schedule_result(suite, arch, criteria, packages):

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