Rename option to switch gather backend

Calling it gather_backend is similar to repoclosure_backend we already
have. It's also more obvious what it does.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-03-06 15:25:55 +01:00
parent 76cf4a7540
commit 5dd2b3947d
3 changed files with 14 additions and 9 deletions

View file

@ -531,10 +531,10 @@ 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.
**gather_backend** = ``yum``
(*str*) -- Either ``yum`` or ``dnf``. This changes the entire codebase
doing dependency solving, so it can change the result in unpredictable
ways.
Particularly the multilib work is performed differently by using
``python-multilib`` library. Please refer to ``multilib`` option to see the