[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible dd list: explain how arch is used on this page
Holger Levsen
holger at moszumanska.debian.org
Sun Dec 20 23:28:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2c186ce2f07aea8a984f8e0acfadf31809a2c041
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Dec 21 00:27:42 2015 +0100
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 a486d09..1491a7b 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list