Skip to content
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

lib: Add an API to construct a MutableTree from a commit #2449

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

cgwalters
Copy link
Member

@cgwalters cgwalters commented Sep 30, 2021

lib: Add an API to construct a MutableTree from a commit

This is nicer than having the caller parse the commit
object, or indirect via the OstreeRepoFile* object of the root.

Will be used in ostree-rs-ext around tar parsing.


@openshift-ci
Copy link

openshift-ci bot commented Sep 30, 2021

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@cgwalters
Copy link
Member Author

/test all

@cgwalters cgwalters marked this pull request as ready for review September 30, 2021 21:27
This is nicer than having the caller parse the commit
object, or indirect via the `OstreeRepoFile*` object of the root.

Will be used in ostree-rs-ext around tar parsing.
@cgwalters cgwalters changed the title Mtree from commit lib: Add an API to construct a MutableTree from a commit Oct 1, 2021
@cgwalters
Copy link
Member Author

cgwalters commented Oct 1, 2021

Amazing that I made effectively the same mistake in two separate PRs.

But hey, at least it's nice to see the CI (correctly) fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants