You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of ostreedev/ostree#2480, we should tweak rpm-ostree into a multicall binary and map the whole ostree-ext surface, by dispatching based on argv[0].
That would also free the rpm-ostree ex-container verb for things like #3276, if needed.
The text was updated successfully, but these errors were encountered:
Right now rpm-ostree is re-exporting a subset of ostree-ext CLI entries, specifically only the container bits:
rpm-ostree/rust/src/main.rs
Lines 41 to 42 in 11c3070
In the context of ostreedev/ostree#2480, we should tweak
rpm-ostree
into a multicall binary and map the whole ostree-ext surface, by dispatching based onargv[0]
.That would also free the
rpm-ostree ex-container
verb for things like #3276, if needed.The text was updated successfully, but these errors were encountered: