summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-13 01:28:35 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-13 01:28:35 +0200
commit942c9a81066b7b46d13f33d2ba1f894466839d88 (patch)
tree0181c51f4573b911579bce67eac9c129acb751fa /bin/reproducible_common.py
parente3bbba9912c0f5c82c68aef1796d1c269c66ee03 (diff)
downloadjenkins.debian.net-942c9a81066b7b46d13f33d2ba1f894466839d88.tar.xz
reproducible debian: use same link name as .sh scripts
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 e40ea276..b17f3389 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -302,7 +302,7 @@ def _gen_links(suite, arch):
('all_abc', '<li><a href="/{suite}/{arch}/index_all_abc.html">all tested packages (sorted alphabetically)</a></li>'),
('notify', '<li><a href="/index_notify.html" title="notify icon">⚑</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>')
+ ('pkg_sets', '<li><a href="/{suite}/{arch}/index_pkg_sets.html">package sets</a></li>')
]
html = ''
for link in links: