doc: explain product_id_allow_missing results in detail
Add more details to the documentation for the product_id_allow_missing setting: - Pungi expects a product cert for each arch in each variant. - Pungi will exit with an error by default if a variant+arch's cert is missing. - Pungi will log a warning if product_id_allow_missing is True. Merges: https://pagure.io/pungi/pull-request/1102 Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
parent
7c45157a92
commit
27d5073b98
@ -443,8 +443,9 @@ Options
|
||||
|
||||
**product_id_allow_missing** = False
|
||||
(*bool*) -- When ``product_id`` is used and a certificate for some variant
|
||||
is missing, an error will be reported by default. Use this option to
|
||||
instead ignore the missing certificate.
|
||||
and architecture is missing, Pungi will exit with an error by default.
|
||||
When you set this option to ``True``, Pungi will ignore the missing
|
||||
certificate and simply log a warning message.
|
||||
|
||||
|
||||
Example
|
||||
|
Loading…
Reference in New Issue
Block a user