summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-17 14:47:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-17 14:47:08 +0100
commitd3159c20c2abae8f7fa322e40383aa123a046b39 (patch)
tree474965f4cfc106af1ee421a1b186d66804b120b2 /bin/reproducible_common.py
parentedb10c6ec9667d29e70443d6488b505f8fd51995 (diff)
downloadjenkins.debian.net-d3159c20c2abae8f7fa322e40383aa123a046b39.tar.xz
reproducible: dd-lists are not arch specific
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index de525aab..b6971a5d 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -189,7 +189,7 @@ def _gen_links(suite, arch):
('last_24h', '<li><a href="/{suite}/{arch}/index_last_24h.html">packages tested in the last 24h</a></li>'),
('last_48h', '<li><a href="/{suite}/{arch}/index_last_48h.html">packages tested in the last 48h</a></li>'),
('all_abc', '<li><a href="/{suite}/{arch}/index_all_abc.html">all tested packages (sorted alphabetically)</a></li>'),
- ('dd-list', '<li><a href="/{suite}/{arch}/index_dd-list.html">maintainers of unreproducible packages</a></li>'),
+ ('dd-list', '<li><a href="/{suite}/index_dd-list.html">maintainers of unreproducible packages</a></li>'),
('pkg_sets', '<li><a href="/{suite}/{arch}/index_pkg_sets.html">package sets stats</a></li>')
]
html = ''