Support require_all_comps_packages on DNF backend
It's not a great name anymore though, because it will fail the compose if any input package is missing, no matter whether it's from comps, prepopulate or additional_packages. JIRA: RHELCMP-12484 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
fe2dad3b3c
commit
1c4275bbfa
2 changed files with 7 additions and 1 deletions
|
|
@ -941,6 +941,10 @@ Options
|
|||
comps file can not be found in the package set. When disabled (the
|
||||
default), such cases are still reported as warnings in the log.
|
||||
|
||||
With ``dnf`` gather backend, this option will abort the compose on any
|
||||
missing package no matter if it's listed in comps, ``additional_packages``
|
||||
or prepopulate file.
|
||||
|
||||
**gather_source_mapping**
|
||||
(*str*) -- JSON mapping with initial packages for the compose. The value
|
||||
should be a path to JSON file with following mapping: ``{variant: {arch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue