TODO: more items that will be implemented soon.
--HG-- extra : convert_revision : d385dab0f315972a1ac16ba33362fa790ab13192
This commit is contained in:
parent
ad6914ceff
commit
4f0482c6ac
7
doc/TODO
7
doc/TODO
|
@ -36,11 +36,18 @@ xbps-bin:
|
|||
* Implement shell style match patterns with fnmatch().
|
||||
* Make -f flag to overwrite files when installing, and to ignore
|
||||
files with wrong checksum or unexistent when removing.
|
||||
* Add a target to check pkg integrity: normal files, metadata
|
||||
and its dependencies.
|
||||
|
||||
libxbps:
|
||||
* Fix glibc updates: removing libc is bad.
|
||||
* When accessing .plist files, only internalize_from_file once to
|
||||
avoid multiple open(3) and fstat(3) calls. [IN PROGRESS]
|
||||
* Create xbps_upgrade_pkg() to replace or remove/unpack and register.
|
||||
Remove duplicate code from xbps-bin/install.c. [IN PROGRESS]
|
||||
* Add support to upgrade packages but overwritting current files;
|
||||
this will fix libc, sh and others. An "essential" boolean obj
|
||||
seems to be a good way to find such packages, like dpkg. [IN PROGRESS]
|
||||
|
||||
xbps-repo:
|
||||
* Add support for remote repositories, requires libfetch.
|
||||
|
|
Loading…
Reference in New Issue