summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:43:42 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-02-14 18:43:42 +0100
commit1d9900ff4b42191212061aa10c7d647490f95403 (patch)
tree6d7f42780c0257658a5cee2ff5c2448c6d3fb219 /bin/reproducible_common.py
parentb7716c8830360b918e7c56fe1646b8368cc193fb (diff)
downloadjenkins.debian.net-1d9900ff4b42191212061aa10c7d647490f95403.tar.xz
reproducible: add a new index_no_notes page, listing packages without any notes against them.
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index c81de947..e7d15394 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -149,6 +149,7 @@ html_head_page = Template((tab*2).join("""
</li>
<li><a href="/index_issues.html">issues</a></li>
<li><a href="/index_notes.html">packages with notes</a></li>
+ <li><a href="/index_no_notes.html">package without notes</a></li>
<li><a href="/index_scheduled.html">currently scheduled</a></li>
<li><a href="/index_last_24h.html">packages tested in the last 24h</a></li>
<li><a href="/index_last_48h.html">packages tested in the last 48h</a></li>