summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 20:35:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 20:35:13 +0200
commit80fc4399dfa031355c68b8feae75c364dc1ebfe8 (patch)
treebf59a21595c8d7ba6f2a45e6ca583a8941b0bf38 /bin/reproducible_common.py
parent456829dc08a52b27818d8bfa066a3b51b8fdd1ce (diff)
downloadjenkins.debian.net-80fc4399dfa031355c68b8feae75c364dc1ebfe8.tar.xz
reproducible: create arch specific schedule pages
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 91e4ec1d..6c6484eb 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -184,7 +184,7 @@ html_head_page = Template((tab*2).join("""
<li><a href="/index_issues.html">issues</a></li>
<li><a href="/$suite/$arch/index_notes.html">packages with notes</a></li>
<li><a href="/$suite/$arch/index_no_notes.html">packages without notes</a></li>
- <li><a href="/index_scheduled.html">currently scheduled</a></li>
+ <li><a href="/index_$arch_scheduled.html">currently scheduled</a></li>
$links
<li><a href="/index_repositories.html">repositories overview</a></li>
<li><a href="/reproducible.html">reproducible stats</a></li>