git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@491 cd1c1023-2f26-0410-ae45-c471fc1f0318
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
TODO list:
|
|
- reagent: complete smartapps section
|
|
- enzyme, reagent: test kernel dependent packages
|
|
- enzyme, build(): add an option to force the continuation of the emerge queue even if a package fails
|
|
- enzyme, add a module that integrates revdep-rebuild
|
|
- test stabilization code
|
|
CLIENT:
|
|
- add conflicts dependencies support
|
|
- trap elogs when running enzyme and add them to the database, maybe I can write a file and then let reagent look for it
|
|
- add etc-update-alike support
|
|
- add preinst/postinst/prerm/postrm scripts
|
|
- centralized management?
|
|
- removal function: use getInstalledAtoms alike function instead of atomMatchInRepository to handle slotted packages correctly
|
|
- have a look why dev-dotnet/pe-format-0 is being pulled in
|
|
- strengthen build dependencies filter
|
|
- write a dependency reordering function
|
|
- rewrite branches management
|
|
|
|
Project Status:
|
|
- entropy: will handle all the three tools below
|
|
- enzyme: complete. Bug fixing mode.
|
|
- reagent: complete. Bug fixing mode.
|
|
- activator: complete. Bug fixing mode.
|
|
============
|
|
- client part: started.
|
|
|
|
|
|
Features plan:
|
|
- build() and world(), on enzyme, add the support for whitelist+cron |