diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-11 01:32:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-11 01:32:46 +0200 |
commit | 914fd4b818d6f5915609155b8a38ef1ffff19c6d (patch) | |
tree | dfd53f3671b78a287318709af7d774fa738b8e2f | |
parent | 4724eef429032f46ebdba2b33361628ed6f0b976 (diff) | |
download | jenkins.debian.net-914fd4b818d6f5915609155b8a38ef1ffff19c6d.tar.xz |
reproducible: fix navigation
-rwxr-xr-x | bin/reproducible_html_live_status.py | 2 |
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) |