xbps/bin
Juan RP d7d749312d xbps-rindex: use xbps_binpkg_{arch,pkgver} for -r (remove-obsoletes).
This is magnituds faster than before; some results:

$ for f in 1 2 3; do time xbps-rindex -r /var/cache/xbps/ &>/dev/null; done

real 0m0.624s
user 0m2.163s
sys 0m0.032s

real 0m0.590s
user 0m2.159s
sys 0m0.023s

real 0m0.584s
user 0m2.144s
sys 0m0.039s

$ for f in 1 2 3; do time LD_PRELOAD=$PWD/lib/libxbps.so.2.0.0 ./bin/xbps-rindex/xbps-rindex -r /var/cache/xbps &>/dev/null; done

real 0m0.037s
user 0m0.030s
sys 0m0.010s

real 0m0.036s
user 0m0.032s
sys 0m0.007s

real 0m0.037s
user 0m0.035s
sys 0m0.006s
$
2014-09-05 21:07:07 +02:00
..
xbps-checkvers bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-create bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-dgraph xbps-dgraph: only set rootdir it was set (fix #33). 2014-03-10 10:20:04 +01:00
xbps-install Really fix #53 this time: with or without -n. 2014-08-23 16:25:51 +02:00
xbps-pkgdb bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-query bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-reconfigure bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-remove bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00
xbps-rindex xbps-rindex: use xbps_binpkg_{arch,pkgver} for -r (remove-obsoletes). 2014-09-05 21:07:07 +02:00
xbps-uchroot xbps-uchroot.8: document required kernel options. 2014-08-23 09:20:07 +02:00
xbps-uhelper xbps-uhelper: new targets: binpkgarch and binpkgver. 2014-09-05 21:06:06 +02:00
Makefile Only build/install xbps-uchroot(8) on linux. 2014-08-23 09:06:46 +02:00