summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-29 12:53:23 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-29 12:53:23 -0400
commite37025ab13c7cb963f8176ee0cb78df32d373de9 (patch)
tree2bda17e6ebab605a365bb9e2360b17afef2cf01e /bin/reproducible_html_dd_list.py
parent0cc86dc9d186a46cf3c0d789e3eba396304e3191 (diff)
downloadjenkins.debian.net-e37025ab13c7cb963f8176ee0cb78df32d373de9.tar.xz
reproducible: fix some descriptions and add links to LEDE tests
Diffstat (limited to 'bin/reproducible_html_dd_list.py')
-rwxr-xr-xbin/reproducible_html_dd_list.py4
1 files changed, 2 insertions, 2 deletions
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 = '<p>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.</p>\n<p><pre>'
+ html += 'always points to the amd64 version, it\'s possible that'
+ html += 'the unreproducibility is only present in another architecture(s).</p>\n<p><pre>'
out = out.decode().splitlines()
get_mail = re.compile('<(.*)>')
for line in out: