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

store: If ostree >= 2024.3, retain content in /var #602

Merged
merged 2 commits into from
Feb 11, 2024

Commits on Feb 11, 2024

  1. tar: Generalize a TarImportConfig

    I plan to add another variant of this behavior in the future,
    and having a proper structure is better than a single `bool`.
    cgwalters committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    660614d View commit details
    Browse the repository at this point in the history
  2. store: If ostree >= 2024.3, retain content in /var

    This is intended to pair with ostreedev/ostree#3166
    
    If we detect a new enough ostree version, then by default don't remap
    content in `/var`, assuming that ostree itself will handle it.
    
    In order to unit test this (without depending on the ostree version
    that happens to be on the host) add an API to the importer
    which allows overriding the version.
    cgwalters committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4bcc315 View commit details
    Browse the repository at this point in the history