From 04ccb2bf88390c671b5426e2043b6f2c4f47e20a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 22:16:18 +0200 Subject: reproducible: omit style note as we ignore bugs anyway --- bin/reproducible_html_live_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += '

\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__': -- cgit v1.2.3-70-g09d2