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

checkout: Add API to directly checkout composefs #3252

Merged
merged 1 commit into from
May 23, 2024

Commits on May 23, 2024

  1. checkout: Add API to directly checkout composefs

    We were missing the simple, obvious API and CLI to go
    from ostree commit -> composefs.
    
    Internally, we had `ostree_repo_checkout_composefs`
    with the right "shape" mostly, except it had more code
    in the deploy path to turn that into a composefs.
    
    Add a straightforward public API that does what
    the deploy code did before, and then the old
    API becomes an explicitly internal helper with an `_`
    prefix.
    
    Goals:
    
    - Lead towards a composefs-oriented future
    - This makes the composefs logic more testable directly
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c0a715f View commit details
    Browse the repository at this point in the history