summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-01 21:02:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-01 21:02:09 +0200
commitdf3cc97e9c4e8e343a2985dfacfb986d0952826e (patch)
tree1271d3a673e842d157f329cb7f2c271e812890b8 /bin/reproducible_common.py
parentbdd5ae38eadcba5cb2621a49c44977e73f159c2a (diff)
downloadjenkins.debian.net-df3cc97e9c4e8e343a2985dfacfb986d0952826e.tar.xz
reproducible: refactor and sort notify before dd-list
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 b5791807..21a4adaf 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -213,8 +213,8 @@ 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}/index_dd-list.html">maintainers of unreproducible packages</a></li>'),
('notify', '<li><a href="/index_notify.html">⚑</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 = ''