xbps/tests/xbps
Duncaen d1667fd931 Add the ability to ignore packages
The previous idea was to use virtual packages in the users configuration
to satisfy dependencies by mapping them to existing installed packages.
Using virtual packages for it doesn't work as expected and trying to make
it work would break other functionalities of virtual packages, like the
version satisfaction checks for `provides` and the ability to replace
virtual packages with real packages. The virtual package functionality
should be used exclusively for virtual packages.

This allows users to specify packages packages that should be ignored.
Ignored packages in dependencies are always satisfied without installing
the package, while updating or installing a package that depends on an
ignored package.

This does NOT ignore the shlib checks, ignoring a package that provides
required shared libraries will abort the transaction as if there was no
package that provides the required shared library.
2019-04-19 23:07:59 +02:00
..
common Added support to run tests in place. 2014-10-06 11:59:16 +02:00
libxbps Add the ability to ignore packages 2019-04-19 23:07:59 +02:00
xbps-alternatives lib/package_alternatives.c: remove previous symlinks 2016-09-05 02:03:30 +02:00
xbps-checkvers Fix #120 by stripping comments from the end of lines. 2015-10-31 16:49:55 +00:00
xbps-create tests: xbps-create with fifo in destdir 2019-04-14 12:37:24 +02:00
xbps-install xbps-install(1): do not exit if pkg is up-to-date in dry-run mode. 2016-02-05 11:27:40 +01:00
xbps-query xbps-{install,query}: added -i to ignore repos defined in xbps.d. 2014-11-21 10:56:41 +01:00
xbps-rindex xbps-rindex: add test to trigger stage deadlock 2018-06-28 13:30:14 +02:00
xbps-uhelper Fix #69 (No way to set globally a custom architecture) 2014-11-19 11:36:09 +01:00
Kyuafile Alternatives framework for xbps (2/2). 2015-10-30 12:24:46 +01:00
Makefile Alternatives framework for xbps (2/2). 2015-10-30 12:24:46 +01:00