copr: fe: nicer indent in copr.conf
This commit is contained in:
parent
ec62b9ec3b
commit
9120ae5630
1 changed files with 4 additions and 4 deletions
|
@ -82,15 +82,15 @@ WHITELIST_EMAILS = [
|
||||||
|
|
||||||
PAGURE_EVENTS = {
|
PAGURE_EVENTS = {
|
||||||
{% if copr_pagure_events %}
|
{% if copr_pagure_events %}
|
||||||
{% for instance, url in copr_pagure_events.items() %}
|
{% for instance, url in copr_pagure_events.items() %}
|
||||||
{% for topic in [
|
{% for topic in [
|
||||||
'git.receive',
|
'git.receive',
|
||||||
'pull-request.new',
|
'pull-request.new',
|
||||||
'pull-request.rebased',
|
'pull-request.rebased',
|
||||||
'pull-request.updated',
|
'pull-request.updated',
|
||||||
'pull-request.comment.added'] %}
|
'pull-request.comment.added'] %}
|
||||||
'{{ instance }}.{{ topic }}' : '{{ url }}',
|
'{{ instance }}.{{ topic }}' : '{{ url }}',
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue