xbps/TODO

13 lines
667 B
Plaintext
Raw Normal View History

2011-02-17 14:21:44 +05:30
- conflicts: the object is there but is not handled yet.
- properties: (hold) still unimplemented.
- properties: (update-first) still unimplemented.
- A configuration file? I think we can survive without it...
- xbps-repo: a way to change the order of registered repos (push/pop enough?)
- xbps-bin: a target to clean outdated binpkgs in cachedir
(like apt-get autoclean).
- xbps-repo: 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).
2011-02-19 23:53:13 +05:30
- xbps-bin: add a flag (or use -f install) to force reinstallation of any
installed package preserving requiredby and modified files.