From 221d11c19a4639571f5145cfab32a2c4ad44a77c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 2 May 2017 16:55:41 +0200 Subject: reproducible Debian: fixup 1872900a, use correct URL Signed-off-by: Holger Levsen --- 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 65c25cff..025cfa4b 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -149,7 +149,7 @@ def generate_live_status_table(arch): html += '' + link_package(pkg, suite, arch) + '' html += '' + str(row[4]) + '' + str(row[5]) + '' html += '' + convert_into_status_html(str(row[6])) + '' + duration + '' + avg_duration + '' - html += '' + str(row[9]) + '' + html += '' + str(row[9]) + '' html += '\n' html += '

\n' return html -- cgit v1.2.3-54-g00ecf