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

Add opt-in ability to error out on unsupported files in /var #4017

Open
cgwalters opened this issue Sep 16, 2022 · 0 comments
Open

Add opt-in ability to error out on unsupported files in /var #4017

cgwalters opened this issue Sep 16, 2022 · 0 comments

Comments

@cgwalters
Copy link
Member

Today we warn but continue on files in /var, which can be very surprising to people. The semantic is the files are missing at runtime. And we spew so much stuff at build time it's easy to miss this.

Let's add an opt-in mode into the treefile like:

error-on-unsupported-paths: true

That makes us actually error out when we find this.

cgwalters added a commit to cgwalters/ostree-rs-ext that referenced this issue Sep 16, 2022
xref coreos/rpm-ostree#4017

I want to have rpm-ostree use this API, but in order to do so
in a backwards compatible way we need a mode that just warns but
continues.
cgwalters added a commit to cgwalters/ostree-rs-ext that referenced this issue Sep 16, 2022
xref coreos/rpm-ostree#4017

I want to have rpm-ostree use this API, but in order to do so
in a backwards compatible way we need a mode that just warns but
continues.
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

No branches or pull requests

1 participant