You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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:
That makes us actually error out when we find this.
The text was updated successfully, but these errors were encountered: