Duncan Overbruck

Results 43 issues of Duncan Overbruck

Opening this PR to maybe get some early feedback on the oconfigure/Makefile setup. In the initial commit ba731a6 `slant-collectd-linux.c` supports cpu, mem, inet and files statistics. I think I'm going...

## Description Fixes #488 ## To Do - [x] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.) - [x]...

As an alternative to https://github.com/void-linux/void-packages/pull/38438 Allow mirroring by having multiple distfiles for the same target file name, either by url or by ">filename".

xbps-src

Might be useful to reconfigure a package and its dependencies: ``` # xbps-reconfigure -fx linux ``` Would then also reconfigure the current kernel package, which would make it easier to...

enhancement

`xbps-alternatives` currently just exits with `EXIT_FAILURE` if the group or the package is not found. It would be useful to also print a message about either one being wrong so...

enhancement
good first issue

This error is already ignored by most callers and where it wasn't it masked the real error of packages simply not being found without repositories. Fixes #454.

Currently xbps uses errnos as exit status, the actual error numbers are not actually defined by a standard so it would be good to switch those out for pre defined...

Since xbps was changed to not run scripts within the transaction, installing into a new empty root directory will fail when it tries to execute pre install scripts as nothing...

bug