copr: fe: nicer indent in copr.conf

This commit is contained in:
Pavel Raiskup 2019-12-05 11:30:01 +01:00 committed by Pierre-Yves Chibon
parent 9120ae5630
commit e2ac9da2b9

View file

@ -109,15 +109,15 @@ WHITELIST_EMAILS = [
PAGURE_EVENTS = { PAGURE_EVENTS = {
{% if copr_pagure_events is defined %} {% if copr_pagure_events is defined %}
{% 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 %}
} }