Conversation
Signed-off-by: Shreeya Patel <spatel@ciq.com>
There was a problem hiding this comment.
Pull request overview
Enables automation for the CBR 7.9 kernel entry by updating the kernel metadata used by kt to determine which kernels are considered “automated” (e.g., selectable via kt list-kernels --automated).
Changes:
- Set
kernels.cbr-7.9.automatedfromfalsetotrue.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| dist_git_branch: cbr79-7 | ||
| mock_config: centos-cbr79 | ||
| automated: false | ||
| automated: true |
There was a problem hiding this comment.
With cbr-7.9 now marked automated: true, the kt list-kernels --automated help text example (in kt/commands/list_kernels/command.py) becomes outdated because it currently omits cbr-7.9. Please update that example/output list to match the new behavior so CLI docs stay accurate.
There was a problem hiding this comment.
The example should not represents all possible cases. That is just an example...
No description provided.