Use bootc utils#5447
Conversation
In the interest of sharing more code.
This re-implements 675bbf6 in a cleaner way using the new `run_inherited` API. Signed-off-by: Colin Walters <walters@verbum.org>
|
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Code Review
This pull request refactors the codebase to use shared command execution utilities from the bootc-internal-utils crate. This is achieved by removing the local cmdutils.rs module and replacing its usages with functions from the new dependency. The changes consistently replace manual command status checks with more concise and readable helper functions like run_inherited() and run_capture_stderr(). This is a good improvement for code maintainability and reusability. The implementation looks solid and I have no concerns.
|
@cgwalters: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.