-
Notifications
You must be signed in to change notification settings - Fork 84
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
cli: Add interception for ostree extension verbs #916
cli: Add interception for ostree extension verbs #916
Conversation
a405f3e
to
6453db0
Compare
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.
Mostly style fly-bys from me on this one. I'm afraid I don't understand the larger picture. Let's talk in standup?
No functional changes; prep for further work. Signed-off-by: Colin Walters <[email protected]>
Clean up the interception to prepare for other cases. Signed-off-by: Colin Walters <[email protected]>
This allows us to fully own the symlinks in `/usr/libexec/libostree/ext`. Signed-off-by: Colin Walters <[email protected]>
This an optional bit for those that need `ostree container`. Signed-off-by: Colin Walters <[email protected]>
7c46987
to
2e8142b
Compare
Signed-off-by: Colin Walters <[email protected]>
@allisonkarlitskaya mind stamping this? |
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.
👍
cli: Factor out helper to parse "callname"
No functional changes; prep for further work.
Signed-off-by: Colin Walters [email protected]
cli: Prepare for other argv0 dispatching
Clean up the interception to prepare for other cases.
Signed-off-by: Colin Walters [email protected]
cli: Add interception for ostree extension verbs
This allows us to fully own the symlinks in
/usr/libexec/libostree/ext
.Signed-off-by: Colin Walters [email protected]