From d4ff1e42021c0a708bef507c98f0fdb5cb0a2fd2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Apr 2017 13:30:38 +0200 Subject: reproducible Debian: provide links to systemd build_services logs Signed-off-by: Holger Levsen --- bin/reproducible_html_live_status.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index 5681fe43..b9a26824 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- # -# Copyright © 2015-2016 Holger Levsen +# Copyright © 2015-2017 Holger Levsen # based on ~jenkins.d.n:~mattia/status.sh by Mattia Rizzolo # Licensed under GPL-2 # @@ -155,7 +155,11 @@ 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]) + '' + # we temporarily have two types of builders… + if arch in ('i386'): + html += '' + str(row[9]) + '' + else: + html += '' + str(row[9]) + '' html += '\n' html += '

\n' return html -- cgit v1.2.3-70-g09d2