diff options
-rwxr-xr-x | bin/reproducible_html_dd_list.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py index 72b347f4..873bb3da 100755 --- a/bin/reproducible_html_dd_list.py +++ b/bin/reproducible_html_dd_list.py @@ -67,4 +67,5 @@ for suite in SUITES: html += '</pre></p>' title = 'Maintainers of unreproducible packages in ' + suite destfile = BASE + '/' + suite + '/index_dd-list.html' - write_html_page(title, html, destfile, suite, arch) + write_html_page(title, html, destfile, suite, arch, style_note=True) + log.info('%s/%s/index_dd-list.html published', REPRODUCIBLE_URL, suite) |