[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: Don't open external resources in our iframe
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 24 20:14:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 20f971698b61274edf94b380af1b3920bdb145ee
Author: Chris Lamb <lamby at debian.org>
Date: Mon Aug 24 22:13:38 2015 +0200
reproducible: Don't open external resources in our iframe
It's considered poor web etiquette to hijack links to cross-domain
resources - the default "click" should take me to, eg. bugs.debian.org, and
it can be quite annoying when it doesn't and I need to renavigate to get
the URL, etc.
Futhermore, when the iframe goes away we will have this behaviour anyway,
so not only can we do the right thing now, we can avoid changing habits in
the future after people are used or working around it.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
bin/reproducible_html_packages.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 9159058..2f88760 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -28,16 +28,16 @@ html_package_page = Template((tab*2).join(("""
$links
</ul></li>
<li>
- <a href="https://tracker.debian.org/$package" target="main">PTS</a>
- <a href="https://bugs.debian.org/src:$package" target="main">BTS</a>
+ <a href="https://tracker.debian.org/$package">PTS</a>
+ <a href="https://bugs.debian.org/src:$package">BTS</a>
</li>
<li>
- <a href="https://sources.debian.net/src/$package/$version/" target="main">sources</a>
- <a href="https://sources.debian.net/src/$package/$version/debian" target="main">debian/</a>
+ <a href="https://sources.debian.net/src/$package/$version/">sources</a>
+ <a href="https://sources.debian.net/src/$package/$version/debian">debian/</a>
<ul class="children">
- <li><a href="https://sources.debian.net/src/$package/$version/debian/changelog" target="main">changelog</a></li>
- <li><a href="https://sources.debian.net/src/$package/$version/debian/control" target="main">control</a></li>
- <li><a href="https://sources.debian.net/src/$package/$version/debian/rules" target="main">rules</a></li>
+ <li><a href="https://sources.debian.net/src/$package/$version/debian/changelog">changelog</a></li>
+ <li><a href="https://sources.debian.net/src/$package/$version/debian/control">control</a></li>
+ <li><a href="https://sources.debian.net/src/$package/$version/debian/rules">rules</a></li>
</ul>
</li>
</ul>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list