xbps-repo(8): 'genindex' now removes entries for unexistent pkgs.

Packages that were previously registered in repository's pkg-index.plist
and are now unaccessible are removed.

This fixes issue #1 in github.com/vanilla/xbps.
This commit is contained in:
Juan RP
2011-07-09 13:18:11 +02:00
parent 81d5bdd79a
commit cdf4640246
2 changed files with 87 additions and 5 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.9.1 (???):
* xbps-repo(8): the 'genindex' target now removes entries in existent
package index files for unexistent packages that were previously
registered (removed, not enough permissions, etc). Fixes issue #1
in github.com/vanilla/xbps.
* xbps-repo(8): the 'genindex' target creates required directories
in local repositories if it's necessary. Fixes issue #3 in
github.com/vanilla/xbps.