doc: explain sigkey behavior
Explain how Pungi operates on the sigkeys list, and what happens when there is only one item in the list. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
parent
5ed5646bca
commit
4ba65710c2
@ -467,8 +467,13 @@ Options
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
**sigkeys**
|
**sigkeys**
|
||||||
([*str* or None]) -- priority list of sigkeys; if the list includes an
|
([*str* or None]) -- priority list of signing key IDs. These key IDs match
|
||||||
empty string or *None*, unsigned packages will be allowed
|
the key IDs for the builds in Koji. Pungi will choose signed packages
|
||||||
|
according to the order of the key IDs that you specify here. Use one
|
||||||
|
single key in this list to ensure that all RPMs are signed by one key. If
|
||||||
|
the list includes an empty string or *None*, Pungi will allow unsigned
|
||||||
|
packages. If the list only includes *None*, Pungi will use all unsigned
|
||||||
|
packages.
|
||||||
|
|
||||||
**pkgset_source** [mandatory]
|
**pkgset_source** [mandatory]
|
||||||
(*str*) -- "koji" (any koji instance) or "repos" (arbitrary yum repositories)
|
(*str*) -- "koji" (any koji instance) or "repos" (arbitrary yum repositories)
|
||||||
|
Loading…
Reference in New Issue
Block a user