mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Add step for signature creation for Arch Linux
This commit is contained in:
parent
314e6ce314
commit
6e517888a4
1 changed files with 9 additions and 0 deletions
|
@ -164,6 +164,15 @@ If all was successful:
|
|||
Check the checkbox for update, set the version number (e.g. 0.9.4) and add the short version of the release notes.
|
||||
* After sending the Update message leave it running for about 1 minute to give time for good propagation.
|
||||
* Make a backup of that alert sender app data directory
|
||||
* To support source code signature verification for Arch Linux download `Source code (tar.gz)`, sign it and
|
||||
upload signature.
|
||||
```
|
||||
# sign source code bundle
|
||||
gpg --digest-algo SHA256 --local-user $BISQ_GPG_USER --output bisq-${NEW-VERSION}.tar.gz.asc --detach-sig --armor bisq-${NEW-VERSION}.tar.gz
|
||||
|
||||
# verify signature of source code bundle
|
||||
gpg --digest-algo SHA256 --verify bisq-${NEW-VERSION}.tar.gz{.asc*,}
|
||||
```
|
||||
|
||||
### Announce the release
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue