-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1177 from coreosbot-releng/repo-templates
Sync repo templates ⚙
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,13 +99,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-zincati.spec | sed 's:.*/::')` | ||
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-zincati) | ||
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f39) 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 f39 | ||
git checkout f40 | ||
git merge --ff-only rawhide | ||
git push origin f39 | ||
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: | ||
|