-
Notifications
You must be signed in to change notification settings - Fork 24
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
Roll out stable 38.20231027.3.1, testing 39.20231101.2.0, next 39.20231106.1.0 #807
Roll out stable 38.20231027.3.1, testing 39.20231101.2.0, next 39.20231106.1.0 #807
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Check stream diffs" is complaining about fedora-coreos-stream-generator. I think it expects the latest tagged version, but the rollout workflow builds it from git main. We should tweak the differ so it uses git describe
like the generator itself does so we don't have to tag after every commit.
The rollout workflow currently builds the generator from `git main` but the stream diff workflow expects that we use the generator from the latest tagged version. Modify the latter so that it also uses `git describe` from `main`. See: coreos#807 (review)
Should be fixed by #808. |
The rollout workflow currently builds the generator from `git main` but the stream diff workflow expects that we use the generator from the latest tagged version. Modify the latter so that it also uses `git describe` from `main`. See: #807 (review)
Requested by @marmijo via GitHub workflow (source).