richardmaw-codethink
richardmaw-codethink
The latest draft runs tests in parallel. It requires https://github.com/CodethinkLabs/mkosi/tree/retry-cid because mkosi assigns CIDs based on the hash of the image name, which is not unique. I am not proposing...
The latest draft has bugfixes for integration tests that require writable /usr. /usr is not writable in images generated by mkosi because it is a read-only partition. Writing to /usr...
The latest draft changes how the mkosi build of systemd infers the `/etc/{rc.d/,}init.d` path to be consistent with the tests. It's arguable that the test ought to be changed to...
The CI failure is because I checked the test key file into git to make generating the keyfile disk image simpler, but git doesn't preserve the permissions. I'm going to...
This was split into https://github.com/systemd/systemd/pull/32121
🤔 this bug got past me because my test campaign wasn't sufficiently complex, and it's possible to miss it entirely if your GM only introduces new tokens one at a...