summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-10 01:04:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-10 01:04:23 +0100
commitf5a6ff341efc9edfabe8e565e88209af582e902d (patch)
treea6958f96823ae4a70f5dde224d0b836c778e25a5 /bin/reproducible_common.py
parent518754c7158ee9aeccbaeab5abd215b1b1fdf690 (diff)
downloadjenkins.debian.net-f5a6ff341efc9edfabe8e565e88209af582e902d.tar.xz
reproducible: merge suite specific schedule pages into single global one
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 7dc0e21b..e33d24f8 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -151,6 +151,7 @@ html_head_page = Template((tab*2).join("""
<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>
$links
<li><a href="/index_repo_stats.html">repositories overview</a></li>
<li><a href="/reproducible.html">reproducible stats</a></li>
@@ -185,7 +186,6 @@ def print_critical_message(msg):
def _gen_links(suite, arch):
links = [
- ('scheduled', '<li><a href="/{suite}/{arch}/index_scheduled.html">currently scheduled</a></li>'),
('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>'),