From eb7ba3dd187740b0dcf1af2e223734035901a6c8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Oct 2011 11:47:35 +0100 Subject: [PATCH] TODO: sync with reality. --- TODO | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 839da06e..07e46f64 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,21 @@ -- conflicts: the object is there but is not handled yet. -- properties: (hold) still unimplemented. -- properties: (update-first) still unimplemented. -- 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). -- xbps-bin: add a flag (or use -f install) to force reinstallation of any - installed package preserving requiredby and modified files. +libxbps: + - conflicts: the object is there but is not handled yet. + - properties: (hold) still unimplemented. + - properties: (update-first) still unimplemented. + +xbps-bin: + - Add a flag (or use -f install) to force reinstallation of any + installed package (if same version is available) and preserve + requiredby entries, but overwritting those files that weren't + matched by the hash. + +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...