TODO: some more new items.
--HG-- extra : convert_revision : c1bb9a091c80d0a84ca229d21cdf085eb5f94219
This commit is contained in:
parent
b75a66a26a
commit
5abc453952
1 changed files with 5 additions and 0 deletions
5
doc/TODO
5
doc/TODO
|
@ -2,6 +2,7 @@ xbps-src:
|
||||||
* Personalized scripts per template to unpack distfiles.
|
* Personalized scripts per template to unpack distfiles.
|
||||||
* Multiple URLs to download source distribution files, aliases, etc.
|
* Multiple URLs to download source distribution files, aliases, etc.
|
||||||
Something like ${sourceforge} to pick up any specified mirror on the list.
|
Something like ${sourceforge} to pick up any specified mirror on the list.
|
||||||
|
* Fix -C flag while building packages via chroot.
|
||||||
|
|
||||||
Packages:
|
Packages:
|
||||||
* fix mpfr hardcoded rpath for gmp.
|
* fix mpfr hardcoded rpath for gmp.
|
||||||
|
@ -10,6 +11,9 @@ Packages:
|
||||||
* Add a trigger to (un)register users/groups. Currently packages that
|
* Add a trigger to (un)register users/groups. Currently packages that
|
||||||
require user/groups use custom INSTALL/REMOVE scripts, which adds
|
require user/groups use custom INSTALL/REMOVE scripts, which adds
|
||||||
a lot of duplicated work.
|
a lot of duplicated work.
|
||||||
|
* How to handle kernel package upgrades? dpkg seems to keep previous
|
||||||
|
package and its initramfs, and a dummy package depends on the latest one.
|
||||||
|
I think this is the best option.
|
||||||
|
|
||||||
xbps-bin:
|
xbps-bin:
|
||||||
* Add support to handle conf_files and keep_dirs from package metadata.
|
* Add support to handle conf_files and keep_dirs from package metadata.
|
||||||
|
@ -23,6 +27,7 @@ xbps-bin:
|
||||||
overwritting files on disk and updating required_by if required.
|
overwritting files on disk and updating required_by if required.
|
||||||
Perhaps change the automatic-install object to false, like pkg_install
|
Perhaps change the automatic-install object to false, like pkg_install
|
||||||
from NetBSD do.
|
from NetBSD do.
|
||||||
|
* Fix "-C files" command when current file cannot be read. [IN PROGRESS]
|
||||||
|
|
||||||
xbps-repo:
|
xbps-repo:
|
||||||
* Add support for remote repositories, requires libfetch.
|
* Add support for remote repositories, requires libfetch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue