summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 03:17:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 03:17:50 +0200
commitfbb52434d0143a6cc2b8b291147e0d7cf40bb6b4 (patch)
treed981823999b9e531560ceb805081789c69221e06 /bin/reproducible_common.py
parenta917b49ad57c3e22167bce2c214170ade19e7fc2 (diff)
downloadjenkins.debian.net-fbb52434d0143a6cc2b8b291147e0d7cf40bb6b4.tar.xz
reproducible: use dashboard consistently
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 fcb35f02..3ef21cd5 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -188,7 +188,7 @@ html_head_page = Template((tab*2).join("""
<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>
+ <li><a href="/reproducible.html">dashboard</a></li>
<li><a href="https://wiki.debian.org/ReproducibleBuilds" target="_blank">wiki</a></li>
</ul></nav>
</header>""".splitlines(True)))