Enable koschei-pagure plugin in stg
This commit is contained in:
parent
f481de42a3
commit
294caaf2ed
1 changed files with 14 additions and 1 deletions
|
@ -39,7 +39,7 @@ config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"plugins": ['pkgdb', 'copr'],
|
"plugins": ['pagure', 'copr'],
|
||||||
{% else %}
|
{% else %}
|
||||||
"plugins": ['pkgdb'],
|
"plugins": ['pkgdb'],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -56,6 +56,16 @@ config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"pagure": {
|
||||||
|
"users": {
|
||||||
|
"backend": "dogpile.cache.memcached",
|
||||||
|
"expiration_time": 300,
|
||||||
|
"arguments": {
|
||||||
|
"url": "memcached01:11211",
|
||||||
|
"distributed_lock": True,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"pkgdb": {
|
"pkgdb": {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
@ -67,6 +77,9 @@ config = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"sync_tracked": False,
|
"sync_tracked": False,
|
||||||
},
|
},
|
||||||
|
"pagure": {
|
||||||
|
"api_url": "https://src{{ env_prefix }}.fedoraproject.org/api/0",
|
||||||
|
},
|
||||||
"frontend": {
|
"frontend": {
|
||||||
"builds_per_page": 8,
|
"builds_per_page": 8,
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue