Skip to content

Commit 4f1b414

Browse files
authored
Merge pull request #506 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents e859cb4 + 2181747 commit 4f1b414

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
@@ -25,13 +25,13 @@ Fedora packaging:
2525
- [ ] Run `kinit [email protected]`
2626
- [ ] Run `fedpkg new-sources $(spectool -S butane.spec | sed 's:.*/::')`
2727
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/butane)
28-
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f38) then push those, for example:
28+
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f39) then push those, for example:
2929
```bash
3030
git checkout rawhide
3131
git pull --ff-only
32-
git checkout f38
32+
git checkout f39
3333
git merge --ff-only rawhide
34-
git push origin f38
34+
git push origin f39
3535
```
3636
- [ ] On each of those branches run `fedpkg build` including rawhide.
3737
- [ ] 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 38 key for the detached signatures
19-
KEYTOSIGNWITH='fedora-38'
18+
# Use the Fedora 39 key for the detached signatures
19+
KEYTOSIGNWITH='fedora-39'
2020
21-
VR='@@VERSION@@-@@RELEASE@@.fc38'
22-
RPMKEY='eb10b464' # Fedora 38 key
21+
VR='@@VERSION@@-@@RELEASE@@.fc39'
22+
RPMKEY='18b8e74c' # Fedora 39 key
2323
2424
do_sign() {
2525
# Sign with sigul unless FAKESIGN=1

0 commit comments

Comments
 (0)