Etienne Champetier

Results 118 comments of Etienne Champetier
trafficstars

Would be worth a shot to open a vmware ticket

@Citrullin kubespray is extremely understaffed, so ranting will not get anything done. Development is driven by individual contributors needs, and none of the "unprofessional" contributors needed IPv6 only yet it...

@juanpablofava you see an ignored error, or a real error stopping the deployment ?

I think `^(a|b)$` is equivalent to `^a$|^b$`, but your change works (tm). Side note when using configuration file, we don't have the '-' to '_' substitution, so some kmods are...

The fact that the `__pycache__` are modified makes me wonder if they are actually used in EL8 (python3.6) / I should just delete them

This is working for Alma 8: ``` # Fix empty file timestamp find /usr -type f -empty -exec touch --date=@0 {} + # Delete all __pycache__ find /usr/ -type d...

Multiple cases: 1) RPM contains *.py and *.pyc, all *.py are non empty -> this will work fine as the timestamp in pyc will be older than the mtime of...

Fedora fix is to just delete the 'loader' folder in postprocessing https://pagure.io/workstation-ostree-config/c/9dc9105ddbcfe18c83bf4b0c6a75a2d3e794b385

I think it's already buffered from quickly looking at the code https://github.com/coreos/rpm-ostree/blob/4de52c41c5ec8f348cec9f30613d4e30ff0fbc71/src/libpriv/rpmostree-scripts.cxx#L257 but haven't tried to troubleshoot further as I have a workaround