diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-10 22:16:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 22:16:18 +0200 |
commit | 04ccb2bf88390c671b5426e2043b6f2c4f47e20a (patch) | |
tree | d2bce011047afde17968b43d8e2515d126ba4702 | |
parent | 6a709d2382d6e73fa76b4a39e38ef844465ea2e2 (diff) | |
download | jenkins.debian.net-04ccb2bf88390c671b5426e2043b6f2c4f47e20a.tar.xz |
reproducible: omit style note as we ignore bugs anyway
-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 d9f74880..e6761e57 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -43,7 +43,7 @@ def generate_live_status(): html += '</table></p>\n' destfile = BASE + '/live_status.html' desturl = REPRODUCIBLE_URL + '/live_status.html' - write_html_page(title=title, body=html, destfile=destfile, style_note=True) + write_html_page(title=title, body=html, destfile=destfile) log.info("Package page generated at " + desturl) if __name__ == '__main__': |