summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 14:26:10 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 14:26:10 +0100
commitb987a580c2078cf1406106ecd6241cb6bdcd977a (patch)
treeb3cfbb0c053bf304eff525d8eb44684f3ba85313 /bin/reproducible_common.py
parentd7092d590511f168e8af953f71ce23b31c4e7b0c (diff)
downloadjenkins.debian.net-b987a580c2078cf1406106ecd6241cb6bdcd977a.tar.xz
reproducible: sort pkg_stats before stats
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 10e1f639..db5cc26d 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -155,8 +155,8 @@ html_head_page = Template((tab*2).join("""
<li><a href="/index_last_48h.html">packages tested in the last 48h</a></li>
<li><a href="/index_all_abc.html">all tested packages (sorted alphabetically)</a></li>
<li><a href="/index_dd-list.html">maintainers of unreproducible packages</a></li>
- <li><a href="/index_stats.html">stats</a></li>
<li><a href="/index_pkg_sets.html">package sets stats</a></li>
+ <li><a href="/index_stats.html">stats</a></li>
</ul>
</header>""".splitlines(True)))