Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61af1fc

Browse filesBrowse files
MylesBorinstargos
authored andcommitted
doc: update signature algorithm in release doc
Updated doc to reflect what is now done in tools/release.sh PR-URL: #30673 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent a8002d9 commit 61af1fc
Copy full SHA for 61af1fc

File tree

Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-8
lines changed
Open diff view settings
Collapse file

‎doc/releases.md‎

Copy file name to clipboardExpand all lines: doc/releases.md
+8-8Lines changed: 8 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -577,14 +577,14 @@ however.
577577
computer.
578578

579579
**e.** Sign the `SHASUMS256.txt` file using a command similar to: `gpg
580-
--default-key YOURKEY --clearsign /path/to/SHASUMS256.txt`. You will be prompted
581-
by GPG for your password. The signed file will be named `SHASUMS256.txt.asc`.
580+
--default-key YOURKEY --digest-algo SHA256 --clearsign /path/to/SHASUMS256.txt`.
581+
You will be prompted by GPG for your password. The signed file will be named
582+
SHASUMS256.txt.asc.
582583

583584
**f.** Output an ASCII armored version of your public GPG key using a command
584-
similar to: `gpg --default-key YOURKEY --armor --export --output
585-
/path/to/SHASUMS256.txt.gpg`. This does not require your password and is mainly
586-
a convenience for users, although not the recommended way to get a copy of your
587-
key.
585+
similar to: `gpg --default-key YOURKEY --digest-algo SHA256 --detach-sign /path/to/SHASUMS256.txt`.
586+
You will be prompted by GPG for your password. The signed file will be named
587+
SHASUMS256.txt.sig.
588588

589589
**g.** Upload the `SHASUMS256.txt` files back to the server into the release
590590
directory.
@@ -594,8 +594,8 @@ release, you should re-run `tools/release.sh` after the ARM builds have
594594
finished. That will move the ARM artifacts into the correct location. You will
595595
be prompted to re-sign `SHASUMS256.txt`.
596596

597-
It is possible to only sign a release by running `./tools/release.sh -s
598-
vX.Y.Z`.
597+
**It is possible to only sign a release by running `./tools/release.sh -s
598+
vX.Y.Z`.**
599599

600600
### 14. Check the Release
601601

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.