mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
*** empty log message ***
This commit is contained in:
parent
cda9c6671c
commit
7e286fd610
17
TODO
17
TODO
@ -15,6 +15,15 @@ statically linking libtar?
|
||||
libalpm
|
||||
=======
|
||||
|
||||
- move %REPLACES% and %REASON% fields to "depends" instead of "desc", in
|
||||
order to allow the cache to be loaded with only INFRQ_DEPENDS, and to avoid
|
||||
loading the INFRQ_DESC info.
|
||||
It can be done transparently for %REPLACES% because this parameter can only
|
||||
be found in a syncdb.
|
||||
|
||||
- remove the dependency with /usr/bin/chroot (implement the chroot handling
|
||||
using the chroot() syscall)
|
||||
|
||||
- review errors handling (globalise pm_errno usage, improve error
|
||||
meanings)
|
||||
|
||||
@ -23,13 +32,11 @@ meanings)
|
||||
pacman
|
||||
======
|
||||
|
||||
- implement missing functionnalities (mainly pacman -S <pkg1> <pkg2>, and
|
||||
packages replacement)
|
||||
|
||||
- pacman_deptest() is not fully implemented
|
||||
- implement missing functionnalities (mainly handling of package conflicts
|
||||
during packages replacement)
|
||||
|
||||
- review how things are displayed in the frontend (normal display,
|
||||
verbose mode, which usage for the library log callback?)
|
||||
verbose mode, which usage for the library log callback, pmo_debug, ...)
|
||||
|
||||
- add a structure in pacman to hold all the configuration (pmo_root, ...)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user