TODO: sync with reality.

This commit is contained in:
Juan RP
2011-10-30 11:47:35 +01:00
parent 2a8b74484e
commit eb7ba3dd18

25
TODO
View File

@@ -1,10 +1,21 @@
libxbps:
- conflicts: the object is there but is not handled yet. - conflicts: the object is there but is not handled yet.
- properties: (hold) still unimplemented. - properties: (hold) still unimplemented.
- properties: (update-first) still unimplemented. - properties: (update-first) still unimplemented.
- xbps-bin: a target to clean outdated binpkgs in cachedir
(like apt-get autoclean). xbps-bin:
- xbps-repo: support to verify PGP signed pkg-index.plist repo files - Add a flag (or use -f install) to force reinstallation of any
(I have some preliminar code but need to clean it up, thanks to installed package (if same version is available) and preserve
NetBSD's netpgp). requiredby entries, but overwritting those files that weren't
- xbps-bin: add a flag (or use -f install) to force reinstallation of any matched by the hash.
installed package preserving requiredby and modified files.
xbps-repo:
- New target to clean binpkgs in cachedir that aren't available on
any registered repository or its hash doesn't match.
- support to verify PGP signed pkg-index.plist repo files.
I have some preliminar code but need to clean it up, thanks
to NetBSD's netpgp).
Issues listed at http://code.google.com/p/xbps/issues/list
Surely more stuff...