From 922c68aeba37f40b9de08ffe30d613d3130b6aee Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 9 Jul 2015 10:24:19 +0000 Subject: reproducible: dd-list: show the symbol caption at the footpage + print the just created url on the job log --- bin/reproducible_html_dd_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 += '

' 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) -- cgit v1.2.3-54-g00ecf