camoz

Results 63 comments of camoz

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 this...

Hah, just wanted to create that issue myself :) I think those are all good points. I would definitively include cleaning the xbps cache and removing orphaned packages. Otherwise, over...

Oh, I see. Do you happen to know if there's an easy way to prevent that automatic replacement of removed packages by `removed-packages` and leave them installed?

I forgot to mention, I have 255 packages installed on this test system, and it's in a VM. ``` [root@void ~]# time xpkg > /dev/null real 0m0.130s user 0m0.080s sys...

Hm, maybe it would be better to mention `xpkg` for a package list w/o version, and plain `xbps-query -l` for a package list with version.

Yes, but there are many places in the docs that refer to using a tool from `xtools`. Even on the same page it's mentioned already two times. FWIW I'm in...

I think ideally xbps would support printing the package names natively, like pacman (and probably many other package managers): ``` # pacman -Q a52dec 0.7.4-11 abcde 2.9.3-5 ... # pacman...

It does not imply "LUKS 2 will work by default on later releases", but it heavily suggests it IMO. The PR looks good to me, FWIW, but I'm not a...

Thanks, will keep it on my list and will try to send a PR soon!

Well, different people have different preferences. I just stated what the general consensus seems to be. Personally, I find `one/two` instead of `one` / `two` more readable. Maybe just because...