public inbox for selinux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: GPG Sign overall tarball in release
@ 2026-01-30  1:44 Jason Zaman
  2026-01-30  6:35 ` Petr Lautrbach
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Zaman @ 2026-01-30  1:44 UTC (permalink / raw)
  To: selinux; +Cc: Jason Zaman, Petr Lautrbach

In the release script, there was a GPG sig for each component tarball.
There is also the overall script with all subdirectories at once, but it
was missing the gpg sig.

Reported-by: Petr Lautrbach <lautrbach@redhat.com>
Signed-off-by: Jason Zaman <jason@perfinion.com>
---

3.10-rc1 and -rc2 had the signature missing on the upload to github.
I've signed and uploaded to those releases. The files I signed were the
local ones on my machines, ie did not download from github and sign, so
there is no risk of any changes/mitm.

 scripts/release | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/release b/scripts/release
index dddbdf22..94125a7a 100755
--- a/scripts/release
+++ b/scripts/release
@@ -53,6 +53,7 @@ for COMPONENT in "${DIRS[@]}"; do
 done
 
 git archive -o "$DEST/selinux-${RELEASE_TAG}.tar.gz" --prefix="selinux-${RELEASE_TAG}/" "${RELEASE_TAG}"
+gpg -b -a "$DEST/selinux-${RELEASE_TAG}.tar.gz"
 
 echo "Add the following to the $WIKIDIR/Releases.md wiki page:"
 
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-30  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30  1:44 [PATCH] scripts: GPG Sign overall tarball in release Jason Zaman
2026-01-30  6:35 ` Petr Lautrbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox