summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 22:26:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 22:26:44 +0100
commit8902cce8cded7baa85dace76560af4adeb74fdd9 (patch)
tree98fd5aa57967f56233a2349e7142c5b76709a3d7 /bin/reproducible_common.py
parentc4594a18be3d0622b1f810ed6c0a00ec3459252e (diff)
downloadjenkins.debian.net-8902cce8cded7baa85dace76560af4adeb74fdd9.tar.xz
reproducible: new page: stats (and split previous stats page into suite_stats)
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index c05f3d63..7c1574cf 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -161,9 +161,10 @@ 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_repo_stats.html">apt repository stats</a></li>
<li><a href="/index_pkg_sets.html">package sets stats</a></li>
- <li><a href="/index_stats.html">stats</a></li>
+ <li><a href="index_suite_stats.html">\$suite stats</a></li>
+ <li><a href="/index_repo_stats.html">repositories overview</a></li>
+ <li><a href="/reproducible_stats.html">reproducible stats</a></li>
</ul>
</header>""".splitlines(True)))