summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-21 00:27:42 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 00:27:42 +0100
commit2c186ce2f07aea8a984f8e0acfadf31809a2c041 (patch)
tree99699f2fdf4c6d963305d4e42605bb1e1dd31c0c /bin/reproducible_html_dd_list.py
parentdc7ef74b13d555da6a4090827d725b8b57c3368f (diff)
downloadjenkins.debian.net-2c186ce2f07aea8a984f8e0acfadf31809a2c041.tar.xz
reproducible dd list: explain how arch is used on this page
Diffstat (limited to 'bin/reproducible_html_dd_list.py')
-rwxr-xr-xbin/reproducible_html_dd_list.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py
index a486d094..1491a7bd 100755
--- a/bin/reproducible_html_dd_list.py
+++ b/bin/reproducible_html_dd_list.py
@@ -17,7 +17,7 @@ from tempfile import NamedTemporaryFile
from reproducible_common import *
-arch = 'amd64'
+arch = 'amd64' # the arch is only relevant for link targets here
mirror = 'http://ftp.de.debian.org/debian'
bugs = get_bugs()
@@ -49,7 +49,9 @@ for suite in SUITES:
html = '<p>The following maintainers and uploaders are listed '
html += 'for packages in ' + suite + ' which have built '
- html += 'unreproducibly:</p>\n<p><pre>'
+ 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>'
out = out.decode().splitlines()
get_mail = re.compile('<(.*)>')
for line in out: