ostree-ext: should use ostree api instead of calling the CLI
Open
area/ostree
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
https://github.com/bootc-dev/bootc/pull/1917#pullrequestreview-3666134344
When G_MESSAGES_DEBUG is set (e.g., 'all'), GLib and OSTree emit debug messages to stdout instead of stderr. This might corrupt data we parse from ostree's subprocess output.
Switching to the API would have prevented https://issues.redhat.com/browse/OCPBUGS-64692 from happening in the first place.
Contributor guide
Assessment
This issue has not been assessed yet.