Jörg Behrmann
Jörg Behrmann
Pushed a rework into a verb that also moves most of the stuff into a separate module. The `CompGen` enum, since it lives in `Args`, needs to stay in `config`,...
> I thought it'd be a few small cleanups, but then it turns out to be more work. I hope that's OK. Thanks! That's why I didn't get around to...
I added a commit with a forward definition of the (hash) arrays, that should hopefully appease the differential shell check
Dropped a shellcheck directive I accidentally committed.
[debug.log](https://github.com/systemd/mkosi/files/15453908/debug.log)
After updating the reproducer, it seems to work now.
That's an edge case. I think only Debian does multilib the way Debian does it. I don't think we want to set up sources.list for multiple architectures—users needing that can...
I'm not sure we should do this in all cases. I'm not entirely sure how to understand the man page there > The initial default is always the system's native...
The plain name finalize is not the best choice, because we have a lot of finalization functions, so it begs the question finalize what and makes it hard to grep...
it tries to build the C module from source, but can't because `pkg-config` is missing, see > FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'