From 77673e1eac00f01861f5552b80178fbe3c10bb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 10 Feb 2017 12:20:51 +0100 Subject: [PATCH] Improve documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index fca9256f..ba6c7d67 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -531,6 +531,14 @@ Options * With ``greedy_method = "build" ``pkg-b-provider-1`` and ``pkg-b-provider-2`` will be pulled in. +**dnf_gather** = False + (*bool*) -- When set to ``True``, DNF backend is used instead of YUM. This + changes the entire codebase doing dependency solving, so it can change the + result in unpredictable ways. + + Particularly the multilib testing is performed differently with much less + magic. Please refer to ``multilib`` option to see the differences. + **multilib_methods** [deprecated] ([*str*]) -- use ``multilib`` instead to configure this per-variant @@ -545,11 +553,19 @@ Options methods Available methods are: - * ``none`` - * ``all`` - * ``runtime`` - * ``kernel`` - * ``yaboot`` + * ``none`` -- no package matches this method + * ``all`` -- all packages match this method + * ``runtime`` -- packages that provide something matching + ``*.so.[0-9]+.*`` will match. With ``yum`` backend installed files are + also looked at for a match with a hardcoded list of patterns. + * ``devel`` -- packages whose name ends with ``-devel`` or ``--static`` + suffix will be matched or packages that provide something with such + suffix. With ``yum`` backend this method also uses a hardcoded blacklist + and whitelist. + * ``kernel`` -- packages providing ``kernel`` or ``kernel-devel`` match + this method (only in ``yum`` backend) + * ``yaboot`` -- only ``yaboot`` package on ``ppc`` arch matches this (only + in ``yum`` backend) **additional_packages** (*list*) -- additional packages to be included in a variant and