Disable koschei pagure plugin until I figure out why it segfaults

This commit is contained in:
Michael Simacek 2018-02-09 10:58:29 +01:00
parent 22930dead9
commit ef6f884a0a

View file

@ -42,7 +42,7 @@ config = {
{% if env == 'staging' %}
"plugins": ['pagure', 'copr'],
{% else %}
"plugins": ['pagure'],
"plugins": [],
{% endif %}
"caching": {
"pagure": {