From 4724eef429032f46ebdba2b33361628ed6f0b976 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Sep 2015 01:30:09 +0200 Subject: reproducible: really ignore bugs --- bin/reproducible_html_live_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_live_status.py') 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 + ' ' + row[0] + '' html += '' + row[1] + '' + row[2] + '' - html += link_package(pkg, row[1], row[2], bugs) + html += link_package(pkg, row[1], row[2]) html += '\n' html += '

\n' destfile = BASE + '/index_' + arch + '_scheduled.html' -- cgit v1.2.3-54-g00ecf