c2a4c1f2e1
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@560 cd1c1023-2f26-0410-ae45-c471fc1f0318
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
TODO list:
|
|
- reagent: complete smartapps section
|
|
CLIENT:
|
|
- implement logTools into new Equo functions (especially messages) --> messages should go into equo.log
|
|
- during removal/add handle (trigger functions):
|
|
- complete preremove()
|
|
- complete postremove()
|
|
- complete preinstall()
|
|
- complete postinstall()
|
|
- new kernel? grub configuration at your service
|
|
- 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
|
|
- if a mirror fails several times, disable it
|
|
- move branches to version naming (3.5, 3.6, 3.7) instead of using stable, unstable...
|
|
- embed python and pysqlite to avoid dependency from the one installed on the system
|
|
- 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)
|
|
- equo conf update:
|
|
- automerge trivial changes
|
|
- automerge comments changes
|
|
- 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% |