Make external committers available to the hooks

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-11-21 17:48:40 +01:00
parent a8f3c36ee5
commit 1bec672ede
2 changed files with 6 additions and 6 deletions

View file

@ -232,12 +232,6 @@ ACLS = {
'commit_flag': 'Flag a commit',
}
EXTERNAL_COMMITTER = {
'fedora-altarch': {},
'provenpackager': {
'exclude': ['rpms/xulrunner', 'rpms/thunderbird', 'rpms/firefox']
}
}
REQUIRED_GROUPS = {
'container/*': ['packager'],
'modules/*': ['packager'],

View file

@ -97,6 +97,12 @@ SSH_COMMAND_NON_REPOSPANNER = ([
"%(repopath)s",
], {"GL_USER": "%(username)s"})
EXTERNAL_COMMITTER = {
'fedora-altarch': {},
'provenpackager': {
'exclude': ['rpms/xulrunner', 'rpms/thunderbird', 'rpms/firefox']
}
}
{% if env == "staging" %}
ACL_DEBUG = True