summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-05 15:05:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-05 15:05:39 +0100
commitdcbc9c0aee833e071ea542258452c62675b082be (patch)
tree6c969d88f4edd3b7df2363116e5e2027b2c3e53c /bin/reproducible_common.py
parent70988212858663c22601e9b6039167499e96c26c (diff)
downloadjenkins.debian.net-dcbc9c0aee833e071ea542258452c62675b082be.tar.xz
reproducible: make wiki links open in a new tab
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 13e55ae9..7e118f0a 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -161,7 +161,7 @@ html_head_page = Template((tab*2).join("""
$suite_links
<li><a href="/index_repo_stats.html">repositories overview</a></li>
<li><a href="/reproducible.html">reproducible stats</a></li>
- <li><a href="https://wiki.debian.org/ReproducibleBuilds">wiki</a></li>
+ <li><a href="https://wiki.debian.org/ReproducibleBuilds" target="_blank">wiki</a></li>
</ul>
</header>""".splitlines(True)))