Files
entropy/TODO
T
(no author) 5a4696eccd updated todo and few nice fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@582 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-10-26 18:33:59 +00:00

29 lines
1.4 KiB
Plaintext

TODO list:
- reagent: complete smartapps section
CLIENT:
- implement logTools into new Equo functions (especially messages) --> messages should go into (install/remove packages) equo.log
- add multithreading support
- during removal/add handle (trigger functions):
- complete preremove()
- complete postremove()
- complete preinstall()
- complete postinstall()
- new kernel? grub configuration at your service (add a trigger)
- add kbuildsycoca trigger
- if something is installed in /boot and this is a not mounted mountpoint, mount it (preinstall trigger)
- if something is installed in /usr/lib/xorg/modules trigger eselect
- remove TAGS and substitute them with forced SLOT setting (just keep it for the package filename)
- branch reorganization based on the release:
- install only looks inside the configured branch
- move branches to version naming (3.5, 3.6, 3.7) instead of using stable, unstable...
- add scripts directory that contains pre/post-install-remove scripts that is synced using activator
- implement installation messages infrastructure (where are collected all installation messages)
- add support for new atoms layout (cpv:SLOT)
- maybe on-disk cache for removal functions?
Project Status:
- entropy: will handle all the three tools below
- reagent: complete. Stabilization mode.
- activator: complete. Stabilization mode.
============
- client part: 78%