summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-11 01:32:46 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-11 01:32:46 +0200
commit914fd4b818d6f5915609155b8a38ef1ffff19c6d (patch)
treedfd53f3671b78a287318709af7d774fa738b8e2f /bin/reproducible_html_live_status.py
parent4724eef429032f46ebdba2b33361628ed6f0b976 (diff)
downloadjenkins.debian.net-914fd4b818d6f5915609155b8a38ef1ffff19c6d.tar.xz
reproducible: fix navigation
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 dc3073f6..0ce5a14f 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -36,7 +36,7 @@ def generate_schedule(arch):
html += '</table></p>\n'
destfile = BASE + '/index_' + arch + '_scheduled.html'
desturl = REPRODUCIBLE_URL + '/index_' + arch + '_scheduled.html'
- write_html_page(title=title, body=html, destfile=destfile)
+ write_html_page(title=title, body=html, destfile=destfile, arch=arch)
log.info("Page generated at " + desturl)