We are checking is_banned (really a check if the repo is allowed or not), and if its not allowed we write a message saying "has been temporarily disabled" - but I think its incorrect to include "temporarily" here as we may work against a check of allowed repositories and not just bans (temporary?).
We are checking
is_banned
(really a check if the repo is allowed or not), and if its not allowed we write a message saying "has been temporarily disabled" - but I think its incorrect to include "temporarily" here as we may work against a check of allowed repositories and not just bans (temporary?).