From 27d5073b989aed97ec2ea9c2c3e9120806feb7e0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 03 2019 09:14:53 +0000 Subject: 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 --- diff --git a/doc/configuration.rst b/doc/configuration.rst index a7f1d1a..3ab4a38 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