Skip to content

Commit

Permalink
Merge pull request #33 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
travier authored Jun 24, 2024
2 parents aa63f69 + 784f2b3 commit 313b6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -88,13 +88,13 @@ Push access to the upstream repository is required in order to publish the new t
- [ ] run `kinit [email protected]`
- [ ] run `fedpkg new-sources $(spectool -S rust-vmw_backdoor.spec | sed 's:.*/::')`
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-vmw_backdoor)
- [ ] 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. f40) then push those, for example:
```bash
git checkout rawhide
git pull --ff-only
git checkout f38
git checkout f40
git merge --ff-only rawhide
git push origin f38
git push origin f40
```
- [ ] on each of those branches run `fedpkg build`
- [ ] 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 .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
# Pinned toolchain for linting
ACTIONS_LINTS_TOOLCHAIN: 1.71.0
ACTIONS_LINTS_TOOLCHAIN: 1.75.0

jobs:
tests-stable:
Expand Down

0 comments on commit 313b6d3

Please sign in to comment.