Chris Hofstaedtler
Chris Hofstaedtler
https://people.debian.org/~nthykier/blog/2024/debian-packaging-with-style-black.html TL;DR: Niels proposed and implemented `X-Style: black` as a stanza in debian/control. When set, `debputy reformat` will reformat the debian/* files according to the style debputy considers correct. I'd...
# Planning - [ ] decide: release codename: `XXX` - [ ] decide: release datename: RC: `pre2025.XX-rc1`, Final: `2025.XX` - [ ] decide: testing or unstable as base: `unstable|testing` ->...
We've seen up to 8 minutes artifact download time for a single grml full image, and about the same time for each upload. This is seriously slow, and slowing the...
We introduced arm64 builds. # amd64 host - [x] arm64 individually works - [ ] mixed install amd64+arm64 works # arm64 host - [x] arm64 individually works - [ ]...
`/boot/addons` is overwritten with files from the last ISO that gets added. However, these files are arch-specific. Specifically, amd64 and arm64 need different files, and they should probably be installed...
We need nasm 2.16 or newer to build `mbr`. The current `ubuntu-latest` GitHub Actions Worker image is too old for that, so I temporarily started using `ubuntu-24.04`. Revert back to...
Continuation from #50: > I'd very much appreciate this if we could this done :) My plan would be, I think, this: - always setup UEFI boot - have a...
Please support libfuse 3.x, as 2.x is end of life. fuse upstream noted important differences here: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
### Short description To avoid other issues, increase strictness of value checks for *known* keys, regardless if they are in generic or canonical format. Also add a test for key00NNN...