diff options
| author | fanquake <[email protected]> | 2016-08-26 20:08:30 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2016-08-26 20:08:30 +0800 |
| commit | c25083bcef68188bc69ec8e64e3105d262d67ab8 (patch) | |
| tree | e0541bc77e8aea4debeb31f43b9d1d605cd57a7d | |
| parent | Merge #8590: Remove unused variables (diff) | |
| download | discoin-c25083bcef68188bc69ec8e64e3105d262d67ab8.tar.xz discoin-c25083bcef68188bc69ec8e64e3105d262d67ab8.zip | |
[trivial][doc] Mention gpg --refresh-keys in release-process.md
| -rw-r--r-- | doc/release-process.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 41c1ac855..394b159b3 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -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 |