mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
pagure / pkgs: drop provenpackager excludes on firefox, thunderbird, xulrunner
See https://pagure.io/fedora-infrastructure/issue/9557 Basically we don't need to block commits here anymore, maintainers are confident they can prevent anything going out that causes problems for the firefox name. Additionally, xulrunner was retired a long time ago. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -105,7 +105,7 @@ SSH_COMMAND_NON_REPOSPANNER = ([
|
||||
EXTERNAL_COMMITTER = {
|
||||
'cvsadmin': {},
|
||||
'provenpackager': {
|
||||
'exclude': ['rpms/xulrunner', 'rpms/thunderbird', 'rpms/firefox']
|
||||
'exclude': []
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user