-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add public API for kargs #1833
Labels
good-first-issue
good issue for someone new
Comments
So for more context on this: rpm-ostree uses a copy of the internal kargs API here. We then added additional APIs on top of this for |
zonggen
pushed a commit
to zonggen/ostree
that referenced
this issue
Jun 14, 2019
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: ostreedev#1833
zonggen
pushed a commit
to zonggen/ostree
that referenced
this issue
Jun 17, 2019
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: ostreedev#1833
zonggen
pushed a commit
to zonggen/ostree
that referenced
this issue
Jun 18, 2019
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: ostreedev#1833
Follow-up in coreos/rpm-ostree#1862. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So it can be shared with e.g. rpm-ostree. See e.g. coreos/rpm-ostree#1013 and coreos/rpm-ostree#1796.
The text was updated successfully, but these errors were encountered: