Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
2c186ce2
Commit
2c186ce2
authored
Dec 21, 2015
by
Holger Levsen
Browse files
reproducible dd list: explain how arch is used on this page
parent
dc7ef74b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_dd_list.py
View file @
2c186ce2
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment