Skip to content

Commit

Permalink
Sync repo templates ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Dec 16, 2024
1 parent 0c9333a commit b59d35f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Fedora packaging:
- [ ] Run `kinit [email protected]`
- [ ] Run `fedpkg new-sources $(spectool -S butane.spec | sed 's:.*/::')`
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/butane)
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example:
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41) then push those, for example:
```bash
git checkout rawhide
git pull --ff-only
git checkout f40
git checkout f41
git merge --ff-only rawhide
git push origin f40
git push origin f41
```
- [ ] 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:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kramdown:
ndash: "--"
mdash: "---"

remote_theme: just-the-docs/just-the-docs@v0.8.1
remote_theme: just-the-docs/just-the-docs@v0.10.0
plugins:
- jekyll-remote-theme

Expand Down
8 changes: 4 additions & 4 deletions signing-ticket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ make_script() {
#!/bin/bash
set -eux -o pipefail
# Use the Fedora 40 key for the detached signatures
KEYTOSIGNWITH='fedora-40'
# Use the Fedora 41 key for the detached signatures
KEYTOSIGNWITH='fedora-41'
VR='@@VERSION@@-@@RELEASE@@.fc40'
RPMKEY='a15b79cc' # Fedora 40 key
VR='@@VERSION@@-@@RELEASE@@.fc41'
RPMKEY='e99d6ad1' # Fedora 41 key
do_sign() {
# Sign with sigul unless FAKESIGN=1
Expand Down

0 comments on commit b59d35f

Please sign in to comment.