diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-29 16:58:30 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-29 16:58:49 +0200 |
| commit | 28fb5f388da2243386c26ab8793383db40715ea5 (patch) | |
| tree | 655dc49f5c5ba9ba11fed76e4fbb494d56966a3c /doc/release-process.md | |
| parent | Merge pull request #4970 (diff) | |
| download | discoin-28fb5f388da2243386c26ab8793383db40715ea5.tar.xz discoin-28fb5f388da2243386c26ab8793383db40715ea5.zip | |
doc: update gpg command line for SHA256SUMS.asc in release process
Diffstat (limited to 'doc/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 5b8029955..940f934ba 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -181,9 +181,10 @@ Commit your signature to gitian.sigs: - Create `SHA256SUMS.asc` for the builds, and GPG-sign it: ```bash sha256sum * > SHA256SUMS -gpg --clearsign SHA256SUMS # outputs SHA256SUMS.asc +gpg --digest-algo sha256 --clearsign SHA256SUMS # outputs SHA256SUMS.asc rm SHA256SUMS ``` +(the digest algorithm is forced to sha256 to avoid confusion of the `Hash:` header that GPG adds with the SHA256 used for the files) - Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the bitcoin.org server |