summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-23 12:15:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-23 12:15:51 +0200
commit4fcac275eb0a33a9c6822bf76c8471baee970d48 (patch)
tree0cbd663144d95a2ae1d7bfd93c5bb2d435533ae3 /bin/reproducible_html_indexes.py
parente751d43f9d1314c4490ba6162162c81f449190d5 (diff)
downloadjenkins.debian.net-4fcac275eb0a33a9c6822bf76c8471baee970d48.tar.xz
reproducible: in the schedule, link to the package in the right suite and arch
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py2
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>&nbsp;</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'