Skip to content

Commit 88b6bf7

Browse files
committed
Download page: remove link to laanwj's key; mention --refresh-keys
1 parent 827ec9f commit 88b6bf7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_includes/templates/download.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
8080
</p>
8181
<p class="downloadkeys">
8282
<span>{{ page.releasekeys }}</span>
83-
<a href="/keys/laanwj-releases.asc">v0.11.0+</a> <code title="{{page.pgp_key_fingerprint}}">{{SIGNING_KEY_FINGERPRINT}}</code>
83+
v0.11.0+ <code title="{{page.pgp_key_fingerprint}}">{{SIGNING_KEY_FINGERPRINT}}</code><br>
84+
{% if page.version > 2 %}<i>{{page.key_refresh}}</i> <code>gpg --refresh-keys</code>{% endif %}
8485
</p>
8586
</div>
8687

_posts/en/pages/2017-01-01-download.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: pages
55
layout: page
66
lang: en
77
share: false
8-
version: 2
8+
version: 3
99

1010
## These strings need to be localized. In the listing below, the
1111
## comment above each entry contains the English text. The key before the
@@ -141,6 +141,7 @@ verifying_and_reproducing: >
141141
142142
gitian_repository: "trusted build process signatures"
143143

144+
key_refresh: "Refresh expired keys using:"
144145

145146
---
146147

0 commit comments

Comments
 (0)