Learn more about these different git repos.
Other Git URLs
Repoclosure is one of Pungi's more valuable services. Adding a parameter to switch repoclosure_strictness from off to fatal would be helpful.
repoclosure_strictness
off
fatal
This could be implemented as new flag.
--strict-repoclosure?
--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
--flag strict_repoclosure
Log in to comment on this ticket.