summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 22:16:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 22:16:18 +0200
commit04ccb2bf88390c671b5426e2043b6f2c4f47e20a (patch)
treed2bce011047afde17968b43d8e2515d126ba4702 /bin/reproducible_html_live_status.py
parent6a709d2382d6e73fa76b4a39e38ef844465ea2e2 (diff)
downloadjenkins.debian.net-04ccb2bf88390c671b5426e2043b6f2c4f47e20a.tar.xz
reproducible: omit style note as we ignore bugs anyway
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 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__':