From 2c186ce2f07aea8a984f8e0acfadf31809a2c041 Mon Sep 17 00:00:00 2001
From: Holger Levsen
Date: Mon, 21 Dec 2015 00:27:42 +0100
Subject: reproducible dd list: explain how arch is used on this page
---
bin/reproducible_html_dd_list.py | 6 ++++--
1 file 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 = 'The following maintainers and uploaders are listed '
html += 'for packages in ' + suite + ' which have built '
- html += 'unreproducibly:
\n'
+ 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'
out = out.decode().splitlines()
get_mail = re.compile('<(.*)>')
for line in out:
--
cgit v1.2.3-70-g09d2