#365 Add support for strict repoclosure
Opened 4 years ago by ahills. Modified 2 years ago

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

Log in to comment on this ticket.

Metadata