Skip to content

Commit

Permalink
templates/rebase: document adding/removing fedora-candidate-compose
Browse files Browse the repository at this point in the history
… repo

This is a repo that we only want during the Beta period. Make sure we
remove it otherwise.

Closes: #1602
  • Loading branch information
jlebon committed Nov 3, 2023
1 parent ebef34b commit 4503037
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Branching is when a new stream is "branched" off of `rawhide`. This eventually b
### Update [fedora-coreos-config](https://github.com/coreos/fedora-coreos-config/) `next-devel`

- [ ] Bump `releasever` in `manifest.yaml`
- [ ] Add the `fedora-candidate-compose` repo in `manifest.yaml` ([example PR](https://github.com/coreos/fedora-coreos-config/pull/2706))
- [ ] Update the repos in `manifest.yaml` if needed
- [ ] Run `cosa fetch --dry-run --update-lockfile`
- this updates the x86_64 lockfile - the others will get updated when `bump-lockfile` runs.
Expand Down Expand Up @@ -95,6 +96,9 @@ We prefer to disable `next-devel` when there is no difference between `testing-d

- [ ] Update [repo-templates](https://github.com/coreos/repo-templates) [config.yaml](https://github.com/coreos/repo-templates/blob/main/config.yaml) with the version number and GPG key ID for Fedora (N).

### Disable the `fedora-candidate-compose` repo

- [ ] Remove from the `manifest.yaml` of `next-devel` the `fedora-candidate-compose` repo

## After Fedora (N) GA

Expand Down

0 comments on commit 4503037

Please sign in to comment.