distgit/pagure: disable the hook to block un-signed commits
Relates to https://pagure.io/fedora-infrastructure/issue/9793 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
625441f66b
commit
9d4f6c7620
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ ALWAYS_FEDMSG_ON_COMMITS = True
|
|||
FEDMSG_NOTIFICATIONS = False
|
||||
FEDORA_MESSAGING_NOTIFICATIONS = True
|
||||
|
||||
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg']
|
||||
DISABLED_PLUGINS = [
|
||||
"IRC", "Pagure tickets", "Read the Doc", "Fedmsg",
|
||||
"Block Un-Signed commits",
|
||||
]
|
||||
|
||||
GITOLITE_BACKEND = 'distgit'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue