Duncan Overbruck
Duncan Overbruck
> * The exact command that is being run I don't think this is necessary, logging what is being done would be more useful than the raw flags. > *...
Looking at how `xbps_rpool_foreach` is used, the human readable errors reported from its failure as `Failed to initialize rpool` is somewhat wrong, the function can either fail for that reason...
I think the if you can split it into nice logical steps like "Disk setup", with separate pages where you can go in depth into encrypted disks etc you can...
I think its better to not allow `xbps-rindex -a` to add different architectures packages anymore, I can't think of any usecase where this would be desirable and this would make...
Hmm this shouldn't have been possible, `xbps-rindex -a` already checks the architecture: https://github.com/void-linux/xbps/blob/15941299ff677c8a17dbb7b73b3f811eba7cd69c/bin/xbps-rindex/index-add.c#L271-L276
My plan for `xbps-repodb` is to eventually move all the staging stuff to it to allow it to maintain the stage over multiple repositories and make `xbps-rindex` a tool for...
I don't really use docker, but I know that there should be a note about the `docker` group that its equivalent to becoming root. See [the warning in archs wiki](https://wiki.archlinux.org/index.php/docker#Installation).
This fails because there is no repository and `-S` is used to sync the repository pool, the function that loops through the repository pool returns `ENOTSUP` (95) if there is...
> I see. Also I just learned that `-r ./dir` will just create `./dir` (including missing parents) if it does not exist (that kind of surprises me). I should rename...
I kinda suspect that some mirrors don't sync correctly or break when they try to sync and there is a temporary file from xbps-rindex. https://twitter.com/__eater__/status/1268876225415647234