diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-15 13:15:55 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-15 13:16:33 +0200 |
commit | a4ca44d2766ab0e5f67f7b24bfa95ed0b80c7322 (patch) | |
tree | 4019774bd678fe58cd0dca252f81ce038e46d27f /doc/release-process.md | |
parent | 64e71b37210a1131de98efbbcbf2392f3e3696ac (diff) | |
parent | faf4c837fba119437ddbb36d6a799dc5fd79db37 (diff) |
Merge #7870: [contrib] Add MarcoFalke key and move all keys to contrib/gitian-keys
faf4c83 [gitian] Move keys to contrib/gitian-keys (MarcoFalke)
fa93936 [gitian] Add marcofalke-key.pgp (MarcoFalke)
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 2c83896c22..5a6ac8482b 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -115,7 +115,7 @@ The gbuild invocations below <b>DO NOT DO THIS</b> by default. Add other gitian builders keys to your gpg keyring - gpg --import ../bitcoin/contrib/gitian-downloader/*.pgp + gpg --import ../bitcoin/contrib/gitian-keys/*.pgp Verify the signatures |