summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-01 14:54:13 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-01 14:54:42 +0200
commit926a7f36778eb00080642d43fd9f40a9b477dc36 (patch)
treed18838d9b4f49b8e5211f8ecde3a37c503246cd1 /RELEASE
parent475a8e8623210ef1a65b9398a539cf47c8759119 (diff)
RELEASE: Verify the gpg(1) signature
It's not necessary, but it's not bad to be a bit redundant before publishing to the world. kup(1) will check, anyway, but it's better to be cautious. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 42fcde640..bfa369f8a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -108,6 +108,10 @@ Description
$ cd .tmp/
$ gpg --detach-sign --armor man-pages-${new}.tar
+ - Verify the signature:
+
+ $ gpg --verify man-pages-$new.tar.{asc,}
+
- Upload the tarball:
$ kup put man-pages-${new}.tar.xz man-pages-${new}.tar.asc \