File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,13 @@ Push access to the upstream repository is required in order to publish the new t
109109 - [ ] run ` kinit your_fas_account@FEDORAPROJECT.ORG `
110110 - [ ] run ` fedpkg new-sources $(spectool -S rust-coreos-installer.spec | sed 's:.*/::') `
111111 - [ ] PR the changes in [ Fedora] ( https://src.fedoraproject.org/rpms/rust-coreos-installer )
112- - [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40 ) then push those, for example:
112+ - [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41 ) then push those, for example:
113113 ``` bash
114114 git checkout rawhide
115115 git pull --ff-only
116- git checkout f40
116+ git checkout f41
117117 git merge --ff-only rawhide
118- git push origin f40
118+ git push origin f41
119119 ```
120120 - [ ] on each of those branches run ` fedpkg build`
121121 - [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:
You can’t perform that action at this time.
0 commit comments