summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 15:59:50 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 15:59:50 +0200
commit563cc36a09d8b05b1b4f9d7c265fa3faff4c4c53 (patch)
treeba2d3265bdb5086173d2b9b5ca0e1fbc10e58172 /bin/reproducible_html_live_status.py
parent9d28e45f96feca10da2e23d3d7104762079d5557 (diff)
downloadjenkins.debian.net-563cc36a09d8b05b1b4f9d7c265fa3faff4c4c53.tar.xz
reproducible Debian: use console.log for service builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 6e56b9de..08fb5a15 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -155,7 +155,7 @@ def generate_live_status_table(arch):
html += '<td><code>' + link_package(pkg, suite, arch) + '</code></td>'
html += '<td>' + str(row[4]) + '</td><td>' + str(row[5]) + '</td>'
html += '<td>' + convert_into_status_html(str(row[6])) + '</td><td>' + duration + '</td><td>' + avg_duration + '</td>'
- html += '<td><a href="https://jenkins.debian.net/userContent/reproducible/debian/build_service/' + str(row[9]) + '/console">' + str(row[9]) + '</a></td>'
+ html += '<td><a href="https://jenkins.debian.net/userContent/reproducible/debian/build_service/' + str(row[9]) + '/console.log">' + str(row[9]) + '</a></td>'
html += '</tr>\n'
html += '</table></p>\n'
return html