From e37025ab13c7cb963f8176ee0cb78df32d373de9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 Jul 2016 12:53:23 -0400 Subject: reproducible: fix some descriptions and add links to LEDE tests --- bin/reproducible_html_dd_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dd_list.py') diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py index 1b75ef1a..a0d56bc7 100755 --- a/bin/reproducible_html_dd_list.py +++ b/bin/reproducible_html_dd_list.py @@ -50,8 +50,8 @@ for suite in SUITES: html = '

The following maintainers and uploaders are listed ' html += 'for packages in ' + suite + ' which have built ' html += 'unreproducibly. Please note that the while the link ' - html += 'always points to the amd64 version, the unreproducibility ' - html += 'can be in any arch.

\n

'
+        html += 'always points to the amd64 version, it\'s possible that'
+        html += 'the unreproducibility is only present in another architecture(s).

\n

'
         out = out.decode().splitlines()
         get_mail = re.compile('<(.*)>')
         for line in out:
-- 
cgit v1.2.3-54-g00ecf