From 0e82663327f5991f8d8840628d733c4f74e47309 Mon Sep 17 00:00:00 2001 From: Ozan Unsal Date: Thu, 10 Mar 2022 15:17:47 +0100 Subject: [PATCH] Update the default greedy_method value in doc JIRA: RHELCMP-6308 Signed-off-by: Ozan Unsal --- doc/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 4aad6dba..464f7d8b 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -760,7 +760,7 @@ Options (*bool*) -- When set to ``True``, *Pungi* will try to reuse gather results from old compose specified by ``--old-composes``. -**greedy_method** +**greedy_method** = none (*str*) -- This option controls how package requirements are satisfied in case a particular ``Requires`` has multiple candidates. @@ -781,7 +781,7 @@ Options pulled in. * With ``greedy_method = "all"`` all three packages will be pulled in. - * With ``greedy_method = "build" ``pkg-b-provider-1`` and + * With ``greedy_method = "build"`` ``pkg-b-provider-1`` and ``pkg-b-provider-2`` will be pulled in. **gather_backend**