mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
doc: Update SHA256SUMS.asc step in release-process.md
- The Hash: header is prepended by gpg, and states the hashing used by gpg, not what is used to hash the files - Add more detailed steps
This commit is contained in:
parent
2c45f49cde
commit
a38eaea082
@ -178,15 +178,11 @@ Commit your signature to gitian.sigs:
|
|||||||
|
|
||||||
Note: only Gavin has the code-signing keys currently.
|
Note: only Gavin has the code-signing keys currently.
|
||||||
|
|
||||||
- Create `SHA256SUMS.asc` for builds, and PGP-sign it. This is done manually.
|
- Create `SHA256SUMS.asc` for the builds, and GPG-sign it:
|
||||||
Include all the files to be uploaded. The file has `sha256sum` format with a
|
```bash
|
||||||
simple header at the top:
|
sha256sum * > SHA256SUMS
|
||||||
|
gpg --clearsign SHA256SUMS # outputs SHA256SUMS.asc
|
||||||
```
|
rm SHA256SUMS
|
||||||
Hash: SHA256
|
|
||||||
|
|
||||||
0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54 bitcoin-x.y.z-linux.tar.gz
|
|
||||||
...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- 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