Added support for system/config virtualpkg.d directories.

The system virtualpkg directory set to <rootdir>/usr/share/xbps/virtualpkg.d contains
virtualpkg configuration files (.conf/.vpkg) that can be overrided by the admin
in <rootdir>/etc/xbps/virtualpkg.d bearing the same file name.

This obsoletes the "virtualpkgdir" keyword support from the xbps configuration file.
This commit is contained in:
Juan RP
2014-05-31 07:05:57 +02:00
parent 387987b146
commit 776865b548
4 changed files with 79 additions and 55 deletions

14
NEWS
View File

@@ -1,11 +1,19 @@
xbps-0.37 (???):
* Added support for system and configuration virtualpkg directories.
The system virtualpkg directory set to <rootdir>/usr/share/xbps/virtualpkg.d contains
virtualpkg configuration files (.conf/.vpkg) that can be overrided by the admin
in <rootdir>/etc/xbps/virtualpkg.d bearing the same file name.
This obsoletes the "virtualpkgdir" keyword support from the xbps configuration file.
* Added support for system and configuration repository directories, as
explained in GH #39 (https://github.com/voidlinux/xbps/issues/39).
The system repository directory set to <prefix>/share/xbps/repo.d contains
system repository configuration files (.conf) that can be overrided by the admin
in <sysconfdir>/xbps/repo.d bearing the same file name.
The system repository directory set to <rootdir>/usr/share/xbps/repo.d contains
repository configuration files (.conf) that can be overrided by the admin
in <rootdir>/etc/xbps/repo.d bearing the same file name.
* xbps-create(8): new option `-t, --tags` to specify a list of tags
(categories) the package should be part of. This is just for metadata