TODO: add two items and note I'm working on them.
--HG-- extra : convert_revision : 898d33ad0eb7a94fb5b825516c05ca67a19ce32b
This commit is contained in:
parent
1eb9ea591a
commit
e32d15605b
9
doc/TODO
9
doc/TODO
|
@ -6,7 +6,8 @@ xbps-src:
|
|||
* $version needs to have a dot to be found by xbps.sh.
|
||||
Some packages do not have a dot on its version, like udev-130.
|
||||
* Add support to run the prepost-* scripts, so that the same actions are
|
||||
performed in source/bin packages.
|
||||
performed in source/bin packages. Use current postinstall_helpers to
|
||||
automatically add triggers, shared by src/bin pkgs. [IN PROGRESS]
|
||||
|
||||
xbps-cmpver:
|
||||
* It fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
|
||||
|
@ -18,7 +19,7 @@ Packages:
|
|||
|
||||
xbps-bin:
|
||||
* Add support to handle conf_files and keep_dirs from package metadata.
|
||||
* Add support to remove recursively all deps of a package.
|
||||
* Add support to remove recursively all deps of a package. [IN PROGRESS]
|
||||
* Add support to detect orphaned packages.
|
||||
* Add support to check sha256 hashes of all installed files, as well as
|
||||
hashes for binary packages before installation happens.
|
||||
|
@ -31,3 +32,7 @@ xbps-repo:
|
|||
create the file from scratch, for performance.
|
||||
* Some problems when installing binpkgs with repos:
|
||||
- If first repo is valid but second is not, will fail.
|
||||
|
||||
lib:
|
||||
* Dependency code has a problem yet: fix the order of dependencies with
|
||||
the same priority, as seen by xbps-base-{chroot,system}.
|
||||
|
|
Loading…
Reference in New Issue
Block a user