xbps-rindex: -a does not remove outdated binpkgs anymore; use -r instead.

This commit is contained in:
Juan RP
2012-12-15 11:13:32 +01:00
parent b75cd05c37
commit bb877b0db7
7 changed files with 47 additions and 108 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.19 (???):
* xbps-rindex(8): add mode (-a) does not remove old binary packages
in repository anymore, only its entry in index is replaced. To remove
outdated packages use -r/--remove-obsoletes.
* xbps-rindex(8): clean (-c) and remove obsoletes mode (-r) are
now multithreaded and will spawn a thread per core to speed up
the process considerably.