[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: in the schedule, link to the package in the right suite and arch

Holger Levsen holger at moszumanska.debian.org
Sat May 23 10:15:55 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 4fcac275eb0a33a9c6822bf76c8471baee970d48
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 23 12:15:51 2015 +0200

    reproducible: in the schedule, link to the package in the right suite and arch
---
 bin/reproducible_html_indexes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index bd78382..f358d26 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -470,7 +470,7 @@ def generate_schedule():
         url = RB_PKG_URI + '/' + row[1] + '/' + row[2] + '/' + pkg + '.html'
         html += tab + '<tr><td> </td><td>' + row[0] + '</td>'
         html += '<td>' + row[1] + '</td><td>' + row[2] + '</td><td><code>'
-        html += link_package(pkg, defaultsuite, defaultarch, bugs)
+        html += link_package(pkg, row[1], row[2], bugs)
         html += '</code></td></tr>\n'
     html += '</table></p>\n'
     destfile = BASE + '/index_scheduled.html'

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