Skip to content

Commit

Permalink
Merge pull request #506 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
prestist committed Jan 25, 2024
2 parents e859cb4 + 2181747 commit 4f1b414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 your_fas_account@FEDORAPROJECT.ORG`
- [ ] 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. f38) then push those, for example:
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f39) then push those, for example:
```bash
git checkout rawhide
git pull --ff-only
git checkout f38
git checkout f39
git merge --ff-only rawhide
git push origin f38
git push origin f39
```
- [ ] 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
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 38 key for the detached signatures
KEYTOSIGNWITH='fedora-38'
# Use the Fedora 39 key for the detached signatures
KEYTOSIGNWITH='fedora-39'
VR='@@VERSION@@-@@RELEASE@@.fc38'
RPMKEY='eb10b464' # Fedora 38 key
VR='@@VERSION@@-@@RELEASE@@.fc39'
RPMKEY='18b8e74c' # Fedora 39 key
do_sign() {
# Sign with sigul unless FAKESIGN=1
Expand Down

0 comments on commit 4f1b414

Please sign in to comment.