[gather] Fix documentation of multilib white- and blacklist
For blacklist the matching is done using shell-style globs. For whitelists there is no matching at all and package names must be configured exactly. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
f202d24961
commit
935931b812
@ -469,10 +469,12 @@ Options
|
|||||||
* ``yaboot``
|
* ``yaboot``
|
||||||
|
|
||||||
**additional_packages**
|
**additional_packages**
|
||||||
(*list*) -- additional packages to be included in a variant and architecture; format: [(variant_uid_regex, {arch|*: [package_globs]})]
|
(*list*) -- additional packages to be included in a variant and
|
||||||
|
architecture; format: ``[(variant_uid_regex, {arch|*: [package_globs]})]``
|
||||||
|
|
||||||
**filter_packages**
|
**filter_packages**
|
||||||
(*list*) -- packages to be excluded from a variant and architecture; format: [(variant_uid_regex, {arch|*: [package_globs]})]
|
(*list*) -- packages to be excluded from a variant and architecture;
|
||||||
|
format: ``[(variant_uid_regex, {arch|*: [package_globs]})]``
|
||||||
|
|
||||||
**filter_system_release_packages**
|
**filter_system_release_packages**
|
||||||
(*bool*) -- for each variant, figure out the best system release package
|
(*bool*) -- for each variant, figure out the best system release package
|
||||||
@ -480,16 +482,22 @@ Options
|
|||||||
one system release package. In such case, set this option to ``False``.
|
one system release package. In such case, set this option to ``False``.
|
||||||
|
|
||||||
**multilib_blacklist**
|
**multilib_blacklist**
|
||||||
(*dict*) -- multilib blacklist; format: {arch|*: [package_globs]}
|
(*dict*) -- multilib blacklist; format: ``{arch|*: [package_globs]}``. The
|
||||||
|
patterns are tested with ``fnmatch``, so shell globbing is used (not
|
||||||
|
regular expression).
|
||||||
|
|
||||||
**multilib_whitelist**
|
**multilib_whitelist**
|
||||||
(*dict*) -- multilib blacklist; format: {arch|*: [package_globs]}
|
(*dict*) -- multilib blacklist; format: ``{arch|*: [package_names]}``. The
|
||||||
|
whitelist must contain exact package names; there are no wildcards or
|
||||||
|
pattern matching.
|
||||||
|
|
||||||
**gather_lookaside_repos** = []
|
**gather_lookaside_repos** = []
|
||||||
(*list*) -- lookaside repositories used for package gathering; format: [(variant_uid_regex, {arch|*: [repo_urls]})]
|
(*list*) -- lookaside repositories used for package gathering; format:
|
||||||
|
``[(variant_uid_regex, {arch|*: [repo_urls]})]``
|
||||||
|
|
||||||
**hashed_directories** = False
|
**hashed_directories** = False
|
||||||
(*bool*) -- put packages into "hashed" directories, for example Packages/k/kernel-4.0.4-301.fc22.x86_64.rpm
|
(*bool*) -- put packages into "hashed" directories, for example
|
||||||
|
``Packages/k/kernel-4.0.4-301.fc22.x86_64.rpm``
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
Loading…
Reference in New Issue
Block a user