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

treefile: Add an edition && treefile: Add finalize.d #5117

Merged
merged 2 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. treefile: Add an edition

    This will allow us to clean up some defaults and change some semantics.
    In particular, I'd like to add an opinionated mechanism to copy files
    from git into the build.
    
    For now, `edition: "2024"` just flips on `tmp-is-dir: true` and fixes
    `boot-location`.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4a12c44 View commit details
    Browse the repository at this point in the history
  2. treefile: Add finalize.d as experimental

    This is a total escape hatch for arbitrary mutation of
    the filesystem tree just before we do an ostree commit.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bfabf57 View commit details
    Browse the repository at this point in the history