diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 12:15:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 12:15:51 +0200 |
commit | 4fcac275eb0a33a9c6822bf76c8471baee970d48 (patch) | |
tree | 0cbd663144d95a2ae1d7bfd93c5bb2d435533ae3 | |
parent | e751d43f9d1314c4490ba6162162c81f449190d5 (diff) | |
download | jenkins.debian.net-4fcac275eb0a33a9c6822bf76c8471baee970d48.tar.xz |
reproducible: in the schedule, link to the package in the right suite and arch
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index bd783823..f358d263 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' |