Skip to content

Commit b59d35f

Browse files
committed
Sync repo templates ⚙
Sync with coreos/repo-templates@f30bff6.
1 parent 0c9333a commit b59d35f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

+3-3
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. f40) then push those, for example:
28+
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41) then push those, for example:
2929
```bash
3030
git checkout rawhide
3131
git pull --ff-only
32-
git checkout f40
32+
git checkout f41
3333
git merge --ff-only rawhide
34-
git push origin f40
34+
git push origin f41
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:

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kramdown:
1414
ndash: "--"
1515
mdash: "---"
1616

17-
remote_theme: just-the-docs/just-the-docs@v0.8.1
17+
remote_theme: just-the-docs/just-the-docs@v0.10.0
1818
plugins:
1919
- jekyll-remote-theme
2020

signing-ticket.sh

+4-4
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 40 key for the detached signatures
19-
KEYTOSIGNWITH='fedora-40'
18+
# Use the Fedora 41 key for the detached signatures
19+
KEYTOSIGNWITH='fedora-41'
2020
21-
VR='@@VERSION@@-@@RELEASE@@.fc40'
22-
RPMKEY='a15b79cc' # Fedora 40 key
21+
VR='@@VERSION@@-@@RELEASE@@.fc41'
22+
RPMKEY='e99d6ad1' # Fedora 41 key
2323
2424
do_sign() {
2525
# Sign with sigul unless FAKESIGN=1

0 commit comments

Comments
 (0)