Benjamin Drung
Benjamin Drung
`cpu_set_t` is only defined on Linux, which is used for `sched_setaffinity`. This part of the code needs to be adapted to an equivalent on BSD. Patches are welcome. :)
Yes, I am happy to receive pull requests.
mhz is now available in Debian: https://tracker.debian.org/pkg/mhz
Steps to reproduce: Import the code from the toml master branch into the `golang-github-komkom-toml` Debian package or copy the `debian` directory from `golang-github-komkom-toml` to the toml master branch. Then you...
I have implemented that patch for the Debian and Ubuntu package in 2022.7.1-2. My long term goal is get rid of pytz in Debian/Ubuntu and rely on zoneinfo from Python...
Any useful logs for that failure?
initramfs-tools behaved similar to https://github.com/OpenMandrivaAssociation/dracut/blob/master/dracut-044-dont-compress-kernel-modules-within-initramfs.patch before we implemented https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2028567
Do we run shellcheck on the CI?
I submitted a bunch of merge requests to address shellcheck complains. Current status: after applying all my open merge requests, there are five SC2086 plus a all (a lot) SC2317...
I submitted some more merge requests to address shellcheck complains. Current status: Only four SC2317 complains left.