From 73e62d9d7d77f5496fa31c47a03eb5cfcd74b605 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 27 May 2026 14:12:19 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@e5ef83887884cfc518d2c00820b7f1aa9fe02d28. --- .github/ISSUE_TEMPLATE/release-checklist.md | 6 +++--- signing-ticket.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 47b211506..8b1d7618d 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -30,13 +30,13 @@ Fedora packaging: - [ ] Run `kinit your_fas_account@FEDORAPROJECT.ORG` - [ ] Run `fedpkg new-sources $(spectool -S ignition.spec | sed 's:.*/::')` - [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/ignition) - - [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f43) then push those, for example: + - [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f44) then push those, for example: ```bash git checkout rawhide git pull --ff-only - git checkout f43 + git checkout f44 git merge --ff-only rawhide - git push origin f43 + git push origin f44 ``` - [ ] On each of those branches run `fedpkg build` including rawhide. - [ ] Once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in: diff --git a/signing-ticket.sh b/signing-ticket.sh index 313fee040..0a2c934b8 100755 --- a/signing-ticket.sh +++ b/signing-ticket.sh @@ -15,11 +15,11 @@ make_script() { #!/bin/bash set -eux -o pipefail -# Use the Fedora 43 key for the detached signatures -KEYTOSIGNWITH='fedora-43' +# Use the Fedora 44 key for the detached signatures +KEYTOSIGNWITH='fedora-44' -VR='@@VERSION@@-@@RELEASE@@.fc43' -RPMKEY='31645531' # Fedora 43 key +VR='@@VERSION@@-@@RELEASE@@.fc44' +RPMKEY='6d9f90a6' # Fedora 44 key do_sign() { # Sign with sigul unless FAKESIGN=1