summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-11 15:45:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-11 15:45:11 +0200
commit323c0efceddad42ed939d9f66d14338cf15dd686 (patch)
treeac93e80716e22db78407b31e94824316199d1f55 /bin/reproducible_common.py
parent3034e97f9733404465fb034aeeafcc57593a7371 (diff)
downloadjenkins.debian.net-323c0efceddad42ed939d9f66d14338cf15dd686.tar.xz
reproducible: split notes and no_notes pages into suite specific ones
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 6dedc05a..b937d72f 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -155,8 +155,8 @@ html_head_page = Template((tab*2).join("""
</a>
</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="/$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>
$links
<li><a href="/index_repositories.html">repositories overview</a></li>