summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 2 insertions, 2 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)))
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 20780b91..c88483b7 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -159,7 +159,7 @@ init_html() {
SUITE=sid
MAINVIEW="stats"
ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted"
- ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list stats pkg_sets"
+ ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list pkg_sets stats"
SPOKENTARGET["reproducible"]="packages which built reproducibly"
SPOKENTARGET["FTBR"]="packages which failed to build reproducibly"
SPOKENTARGET["FTBFS"]="packages which failed to build from source"