#365 Add support for strict repoclosure
Opened by ahills. Modified

Repoclosure is one of Pungi's more valuable services. Adding a parameter to switch repoclosure_strictness from off to fatal would be helpful.


This could be implemented as new flag.

--strict-repoclosure?

Nevermind, it looks like it has three options:

https://docs.pagure.org/pungi/configuration.html#id3

So, perhaps the parameter should just pass along the literal value, defaulting to off.

It looks like flags are just boolean values, so a simple solution would be to punt on supporting all three options here and simply support off and fatal. I like the name --strict-repoclosure.

Looks like it will be --flag strict_repoclosure

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/pungi/odcs/issues/365

Please continue any further discussion there.

Metadata