Browse Source

Merge #8603: [trivial][doc] Mention gpg --refresh-keys in release-process.md

c25083b [trivial][doc] Mention gpg --refresh-keys in release-process.md (fanquake)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
fd37acaeda
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 3
      doc/release-process.md

3
doc/release-process.md

@ -137,9 +137,10 @@ Build output expected: @@ -137,9 +137,10 @@ Build output expected:
### Verify other gitian builders signatures to your own. (Optional)
Add other gitian builders keys to your gpg keyring
Add other gitian builders keys to your gpg keyring, and/or refresh keys.
gpg --import bitcoin/contrib/gitian-keys/*.pgp
gpg --refresh-keys
Verify the signatures

Loading…
Cancel
Save