Skip to content

Commit 334b541

Browse files
authored
Merge pull request #599 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents 09e63d2 + 7b445c1 commit 334b541

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Fedora packaging:
3030
- [ ] Run `kinit your_fas_account@FEDORAPROJECT.ORG`
3131
- [ ] Run `fedpkg new-sources $(spectool -S butane.spec | sed 's:.*/::')`
3232
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/butane)
33-
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41) then push those, for example:
33+
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f42) then push those, for example:
3434
```bash
3535
git checkout rawhide
3636
git pull --ff-only
37-
git checkout f41
37+
git checkout f42
3838
git merge --ff-only rawhide
39-
git push origin f41
39+
git push origin f42
4040
```
4141
- [ ] On each of those branches run `fedpkg build` including rawhide.
4242
- [ ] Once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

signing-ticket.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ make_script() {
1515
#!/bin/bash
1616
set -eux -o pipefail
1717
18-
# Use the Fedora 41 key for the detached signatures
19-
KEYTOSIGNWITH='fedora-41'
18+
# Use the Fedora 42 key for the detached signatures
19+
KEYTOSIGNWITH='fedora-42'
2020
21-
VR='@@VERSION@@-@@RELEASE@@.fc41'
22-
RPMKEY='e99d6ad1' # Fedora 41 key
21+
VR='@@VERSION@@-@@RELEASE@@.fc42'
22+
RPMKEY='105ef944' # Fedora 42 key
2323
2424
do_sign() {
2525
# Sign with sigul unless FAKESIGN=1

0 commit comments

Comments
 (0)