forked from coreos/butane
-
Notifications
You must be signed in to change notification settings - Fork 0
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 coreos#506 from coreosbot-releng/repo-templates
Sync repo templates ⚙
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -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. 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: | ||
|
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