mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -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
|
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
|
- review errors handling (globalise pm_errno usage, improve error
|
||||||
meanings)
|
meanings)
|
||||||
|
|
||||||
@ -23,13 +32,11 @@ meanings)
|
|||||||
pacman
|
pacman
|
||||||
======
|
======
|
||||||
|
|
||||||
- implement missing functionnalities (mainly pacman -S <pkg1> <pkg2>, and
|
- implement missing functionnalities (mainly handling of package conflicts
|
||||||
packages replacement)
|
during packages replacement)
|
||||||
|
|
||||||
- pacman_deptest() is not fully implemented
|
|
||||||
|
|
||||||
- review how things are displayed in the frontend (normal display,
|
- 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, ...)
|
- add a structure in pacman to hold all the configuration (pmo_root, ...)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user