From 27d5073b989aed97ec2ea9c2c3e9120806feb7e0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 2 Jan 2019 14:52:00 -0700 Subject: [PATCH] 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 --- doc/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index a7f1d1a4..3ab4a385 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -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