summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 20:35:28 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 20:35:28 +0100
commit694db971af783dddfd0b644135aa37f162057aa5 (patch)
tree91f36f87e3f1a2394009a3297538ace1fcf6d395 /bin/reproducible_common.py
parentddb9592e79fbd5b801b901420568f28ab42b2a77 (diff)
downloadjenkins.debian.net-694db971af783dddfd0b644135aa37f162057aa5.tar.xz
reproducible: more suite related navigation fixes
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 8abdb34e..c05f3d63 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -160,7 +160,7 @@ html_head_page = Template((tab*2).join("""
<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>
<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_dd-list.html">maintainers of unreproducible packages</a></li>
<li><a href="/index_repo_stats.html">apt repository stats</a></li>
<li><a href="/index_pkg_sets.html">package sets stats</a></li>
<li><a href="/index_stats.html">stats</a></li>