kdave
kdave
GH actions can present test results in JUnit format, add support to the test runner scripts to generate the xml. https://github.com/testmoapp/junitxml . Either generate the xml as tests progress or...
Tracking issue for various gh actions tuning. - Actions status: https://github.com/kdave/btrfs-progs/actions - Documentation: https://docs.github.com/en/actions
https://openbuildservice.org/2021/05/31/scm-integration/ The open build service can start a build by a web hook (gh/gl supported). Set it up so we can get more architectures covered, for `release-test` branch. Now done...
Original report https://bugzilla.suse.com/show_bug.cgi?id=1094930 . There's one stray recommendation to run check with `--repair` altough we discourage that everywhere. There's still one at `check/main.c:10501`. Analyze what can be done and give...
In the light of xz backdoor and the way the payload got in via the testsuite, let's do an audit just in case. Most images come from known people (for...
The libbtrrfsutil API needs to be updated as more applications use it, instead of raw ioctls. There are a few aspects of the update: *Completeness* Add new functions to cover...
https://lore.kernel.org/linux-btrfs/[email protected]/ There are many reported issues, noted in the formatting of the final manual pages. Most of them seem to be related to rendering of other manual pages links, which...
https://lore.kernel.org/linux-btrfs/[email protected]/
Use `shellcheck` to fix bugs and unify style. This is a tracking bug as this is a long-term goal. - bugs first (potential problems due to variable splitting, whitespace in...
Continuation from #76. We copy semantics of `cp` and it could be useful to have the `-t` and `-T` (handling the target directory).