diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-21 07:47:53 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-21 07:47:53 (EST) |
commit | efd3e4aa719a6f8da49eb7819be607685408ad48 (patch) | |
tree | d677e8fe8fd76a0f35dc5ce316b48b2b9ec0ac1e /docs/release.html | |
parent | 26c3c3568750b4634b2f7b64c89f99e4ee2c4a4c (diff) | |
download | libreboot-efd3e4aa719a6f8da49eb7819be607685408ad48.zip libreboot-efd3e4aa719a6f8da49eb7819be607685408ad48.tar.gz libreboot-efd3e4aa719a6f8da49eb7819be607685408ad48.tar.bz2 |
docs/release.html: Remove duplicate info about GPG verification
This information is now communicated on /download/ at the main
project website (which is also hosted in git).
Ditto for docs/archive_old.html
Diffstat (limited to 'docs/release.html')
-rw-r--r-- | docs/release.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/release.html b/docs/release.html index 08a5857..4644288 100644 --- a/docs/release.html +++ b/docs/release.html @@ -20,28 +20,6 @@ </div> <div class="section"> - - <h2 id="rebootkey">GnuPG public key (signing key)</h2> - - <p> - pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/> - Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E - </p> - <p> - Download the key:<br/> - $ <b>gpg --recv-keys 0x656F212E</b> - </p> - <p> - This key is not for email. It is only for verifying the release archives. - </p> - <p> - You can verify the downloaded archives as follows:<br/> - $ <b>for signature in $(ls libreboot*.tar.xz.sig); do gpg --verify $signature; done</b> - </p> - - </div> - - <div class="section"> <h2>Old Releases</h2> <p> |