ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

commit: Drop erroring on `/var` content #584

Closed cgwalters closed 7 months ago

cgwalters commented 7 months ago

Since https://github.com/ostreedev/ostree-rs-ext/pull/569/commits/b5cdaf44b30814eaa5c54aa44639d52b8034c72e we are going to try really hard to just Deal With whatever content we find in /var. The semantics are somewhat suboptimal, but allow people to do somewhat suboptimal things instead of not being able to do container-image based updates at all.