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:
Ken Dreyer 2019-01-02 14:52:00 -07:00 committed by Lubomír Sedlář
parent 7c45157a92
commit 27d5073b98

View File

@ -443,8 +443,9 @@ Options
**product_id_allow_missing** = False **product_id_allow_missing** = False
(*bool*) -- When ``product_id`` is used and a certificate for some variant (*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 and architecture is missing, Pungi will exit with an error by default.
instead ignore the missing certificate. When you set this option to ``True``, Pungi will ignore the missing
certificate and simply log a warning message.
Example Example