diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-16 17:14:12 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-16 17:14:12 +0000 |
commit | f4e8e4114b724e1be9cf99e199980fe1c4c368ea (patch) | |
tree | 2379d0fa6ceee4855255194dd5d9ac9f2bfc9b32 /usr.sbin | |
parent | 776c79c8872b158a838123098e77052562cd6abc (diff) |
clean-up TODO list of stuff that was actually done.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index c9117c5696e..13f3e3023c6 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -3,14 +3,9 @@ The tricky part is that the replaced packages will often have inter-dependencies, and we must ignore those inter-dependencies. - clean up the interface of the dependencies module, to be able to use it in n-to-1 updates. -- rewrite of PackageLocator to make listing of distant packages effective, -which is the first step of pkg updates (done, to be committed after 3.8) -- write an update mode (done, to be committed after 3.8) - in interactive mode, make it ask questions whenever the user could get frustrated. - finish pulling the pkg_add code into Add.pm/Update.pm. -- make some hard decisions about what to update (automatically update -depencencies). - figure out when to continue after some errors, which should not stop a full update, for instance... or ignore already installed packages. - make sure all user-interface is done through a few functions, so that it's |