doc: update gpg command line for SHA256SUMS.asc in release process
This commit is contained in:
parent
41150d601d
commit
28fb5f388d
@ -181,9 +181,10 @@ Commit your signature to gitian.sigs:
|
|||||||
- Create `SHA256SUMS.asc` for the builds, and GPG-sign it:
|
- Create `SHA256SUMS.asc` for the builds, and GPG-sign it:
|
||||||
```bash
|
```bash
|
||||||
sha256sum * > SHA256SUMS
|
sha256sum * > SHA256SUMS
|
||||||
gpg --clearsign SHA256SUMS # outputs SHA256SUMS.asc
|
gpg --digest-algo sha256 --clearsign SHA256SUMS # outputs SHA256SUMS.asc
|
||||||
rm SHA256SUMS
|
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
|
- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the bitcoin.org server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user