summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-11 01:30:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-11 01:30:09 +0200
commit4724eef429032f46ebdba2b33361628ed6f0b976 (patch)
tree3a9c6ea3e1d9412866ebd7746ccdd48ecef2cba2 /bin/reproducible_html_live_status.py
parenta7ff81dde51e7fb6b87cb69f179a07402ff4d2c0 (diff)
downloadjenkins.debian.net-4724eef429032f46ebdba2b33361628ed6f0b976.tar.xz
reproducible: really ignore bugs
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-xbin/reproducible_html_live_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index fa5c2eb0..dc3073f6 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -31,7 +31,7 @@ def generate_schedule(arch):
pkg = row[3]
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, row[1], row[2], bugs)
+ html += link_package(pkg, row[1], row[2])
html += '</code></td></tr>\n'
html += '</table></p>\n'
destfile = BASE + '/index_' + arch + '_scheduled.html'