Adam Williamson
Adam Williamson
Currently, oz only allows image sizes to be specified as integer amounts of gibibytes or tebibytes (that's IEC power-of-two units). This is unfortunately inflexible. Consider that storage media are typically...
Huh. I kinda just assumed we'd be root. Guess not! All my attempts to just get a 'docker' binary installed seem to be failing on conflicts. Maybe it's already there...
Noticed this while trying to enable the tests in a package build.
The image-builder `HACKING.md` file says "Please refer to the [developer guide](https://www.osbuild.org/guides/developer-guide/index.html) to learn about our workflow, code style and more." The link there is 404. I've no idea where to...
`tools/tester.h` was added in 5e85956e11e76bfffd84c095f160d0d841d38041 and is present in the 5.74 git tag, but is not present in https://www.kernel.org/pub/linux/bluetooth/bluez-5.74.tar.xz , which means it fails to build: ``` gcc -DHAVE_CONFIG_H -I....
From the console output, it looks like morituri checks whether the album is in the accurip DB before calculating the checksums - but even when it isn't, goes ahead and...
Building simarrange with OpenCV 3.4+ fails due to [this problem](https://github.com/opencv/opencv/issues/10963). As discussed there, OpenCV is just not interested in supporting pure C compilation any more, it expects only C++ code...
[Ruff](https://github.com/astral-sh/ruff) seems to be the cool new kid on the block for Python linting. Could we have diff-cover support it for quality checking? At a quick look I guess it...
pathtools uses `imp` to get its internal version into `setup.py` (which seems like a kinda crazy approach to me, but hey). `imp` was retired in Python 3.12. There's a formula...
This adds a release workflow, and updates tool config a bit to make the latest incarnation of bumpversion happy. I've tested that you can do `bump-my-version bump major` on top...