Commit 2c186ce2 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible dd list: explain how arch is used on this page

parent dc7ef74b
...@@ -17,7 +17,7 @@ from tempfile import NamedTemporaryFile ...@@ -17,7 +17,7 @@ from tempfile import NamedTemporaryFile
from reproducible_common import * from reproducible_common import *
arch = 'amd64' arch = 'amd64' # the arch is only relevant for link targets here
mirror = 'http://ftp.de.debian.org/debian' mirror = 'http://ftp.de.debian.org/debian'
bugs = get_bugs() bugs = get_bugs()
...@@ -49,7 +49,9 @@ for suite in SUITES: ...@@ -49,7 +49,9 @@ for suite in SUITES:
html = '<p>The following maintainers and uploaders are listed ' html = '<p>The following maintainers and uploaders are listed '
html += 'for packages in ' + suite + ' which have built ' 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() out = out.decode().splitlines()
get_mail = re.compile('<(.*)>') get_mail = re.compile('<(.*)>')
for line in out: for line in out:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment