From: Michael Halstead <mhalstead@linuxfoundation.org>
To: yocto@yoctoproject.org, yocto@lists.yoctoproject.org
Cc: chee.yang.lee@intel.com,
Michael Halstead <mhalstead@linuxfoundation.org>
Subject: [PATCH release-tools 2/2] relnotes.py: append PGP signing details
Date: Fri, 31 Oct 2025 14:53:29 -0700 [thread overview]
Message-ID: <20251031215329.199723-2-mhalstead@linuxfoundation.org> (raw)
In-Reply-To: <20251031215329.199723-1-mhalstead@linuxfoundation.org>
We switched to detached signature files because clearsigning removed special
characters. Update the release notes to incidate the location of the detached
signature and current keys.
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
relnotes.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/relnotes.py b/relnotes.py
index 951226a..4dc5412 100755
--- a/relnotes.py
+++ b/relnotes.py
@@ -334,6 +334,12 @@ if __name__ == '__main__':
FIXES_RST += "- %s\n" % commit
print("Done")
+ sig_url = "/".join([DL_BASE_URL, RELEASE, "RELEASENOTES.asc"])
+ key_url = "/".join([DL_BASE_URL, "keys", "yocto-release-key.asc"])
+
+ outfile.write("Detached signature at %s\n" % sig_url)
+ outfile.write("Signing key at %s\n\n" % key_url)
+
# write to RST file
rstfile.write(".. SPDX-License-Identifier: CC-BY-SA-2.0-UK\n\n")
rstfile.write( cast_to_rst_sections("Release notes for %s (%s)" % ( RELEASE.capitalize(), BRANCH.capitalize()), Sections.Section))
--
2.51.1
prev parent reply other threads:[~2025-10-31 22:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 21:53 [PATCH release-tools 1/2] relnotes.py: use kernel mirrors edge network Michael Halstead
2025-10-31 21:53 ` Michael Halstead [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251031215329.199723-2-mhalstead@linuxfoundation.org \
--to=mhalstead@linuxfoundation.org \
--cc=chee.yang.lee@intel.com \
--cc=yocto@lists.yoctoproject.org \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.