88c421cc96
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@516 cd1c1023-2f26-0410-ae45-c471fc1f0318
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
TODO list:
|
|
- reagent: complete smartapps section
|
|
CLIENT:
|
|
- trap elogs in reagent
|
|
- add etc-update-alike support
|
|
- add preinst/postinst/prerm/postrm scripts
|
|
- centralized management?
|
|
- move branches to version naming (3.5, 3.6, 3.7) instead of using stable, unstable...
|
|
- during removal/add handle:
|
|
- /etc/init.d/* files ?
|
|
- GConf2 database
|
|
- desktop mime database
|
|
- shared mime database
|
|
- scrollkeeper database
|
|
- icons cache
|
|
- fonts cache (run mkfontdir after writes in /usr/share/fonts)
|
|
- switch gcc profile
|
|
- switch binutils profile
|
|
- split world function in "world update" and "world upgrade" (do the latter first)
|
|
- 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
|
|
- world looks inside the latest (if run with "upgrade")
|
|
- world: add --prune option that removes packages not available anymore
|
|
- write a dependency reorder function for each level of the dependency tree?
|
|
|
|
|
|
Project Status:
|
|
- entropy: will handle all the three tools below
|
|
- reagent: complete. Bug fixing mode.
|
|
- activator: complete. Bug fixing mode.
|
|
============
|
|
- client part: 50% |