-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement tooling for release streams #137
Comments
Fedora releng ticket requesting tags and dist-repo which we can use to build FCOS for various streams - https://pagure.io/releng/issue/8294 |
a related component of this: #179 |
a related component of this: #180 |
seems to be covered by #180 and coreos/fedora-coreos-config#100
@bgilbert - would this just be a PR to the lockfile in the corresponding branch in https://github.com/coreos/fedora-coreos-config ?
Right, need tooling to implement the funky git merge as described in https://github.com/coreos/fedora-coreos-tracker/blob/master/stream-tooling.md. Don't think we have a ticket for that specifically yet.
@bgilbert - Would this be PRs to lockfiles again to choose an rc kernel from rawhide? Tooling for manipulating lockfiles in particular looks like it's covered by #77. |
Should be. We might want some tooling to make this easier, so we're not copying NEVRAs around by hand, but I don't think we need to start with it.
Eventually I think we should have lockfiles automatically PRed to pick late-rc kernels from rawhide and early-release kernels from updates-testing. It'd also be nice if toggling |
Most of our processes are now well supported through tools and documentation so I'll close this. |
Implement tooling to manage the release streams. Operations include:
testing
,rawhide
,bodhi-updates
,bodhi-updates-testing
testing
orstable
testing
releases tostable
next
next
can initially aliastesting
Related design issues: #77, #79.
The text was updated successfully, but these errors were encountered: