[buildinfo.debian.net] 01/03: Link to the verbose index instead of the short one in keyserver.ubuntu.com links
Chris Lamb
chris at chris-lamb.co.uk
Wed Oct 25 01:39:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository buildinfo.debian.net.
commit 647e5984ad8acf05328d6ba1d074a3b1b4487596
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jul 21 17:25:22 2017 +0200
Link to the verbose index instead of the short one in keyserver.ubuntu.com links
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
templates/buildinfo/view.html | 2 +-
templates/packages/source_version.html | 2 +-
templates/static/landing.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/buildinfo/view.html b/templates/buildinfo/view.html
index 1425cd2..7fcf286 100644
--- a/templates/buildinfo/view.html
+++ b/templates/buildinfo/view.html
@@ -140,7 +140,7 @@
</dd>
<dt>Signed by</dt>
<dd>
- <a href="https://keyserver.ubuntu.com/pks/lookup?op=index&search=0x{{ x.key.uid|urlencode }}"><code>0x{{ x.key.uid }}</code></a>
+ <a href="https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x{{ x.key.uid|urlencode }}"><code>0x{{ x.key.uid }}</code></a>
{% if x.key.name %}
<em>{{ x.key.name }}</em>
{% endif %}
diff --git a/templates/packages/source_version.html b/templates/packages/source_version.html
index b92666e..5fe8db0 100644
--- a/templates/packages/source_version.html
+++ b/templates/packages/source_version.html
@@ -33,7 +33,7 @@
<ul>
{% for submission in buildinfo.submissions.all %}
<li>
- <a href="https://keyserver.ubuntu.com/pks/lookup?op=index&search=0x{{ submission.key.uid|urlencode }}"><code>0x{{ submission.key.uid }}</code></a>
+ <a href="https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x{{ submission.key.uid|urlencode }}"><code>0x{{ submission.key.uid }}</code></a>
{% if submission.key.name %}
<em>{{ submission.key.name }}</em>
{% endif %}
diff --git a/templates/static/landing.html b/templates/static/landing.html
index 867aac8..4f2114a 100644
--- a/templates/static/landing.html
+++ b/templates/static/landing.html
@@ -55,7 +55,7 @@
{% for x in latest %}
<li>
<a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a>
- from <a href="https://keyserver.ubuntu.com/pks/lookup?op=index&search=0x{{ x.key.uid|urlencode }}"><code>0x{{ x.key.uid }}</code></a>
+ from <a href="https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x{{ x.key.uid|urlencode }}"><code>0x{{ x.key.uid }}</code></a>
{% if x.key.name %}
<em>{{ x.key.name }}</em>
{% endif %}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git
More information about the Reproducible-commits
mailing list