mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
copr: fe: nicer indent in copr.conf
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
ec62b9ec3b
commit
9120ae5630
@@ -82,15 +82,15 @@ WHITELIST_EMAILS = [
|
||||
|
||||
PAGURE_EVENTS = {
|
||||
{% if copr_pagure_events %}
|
||||
{% for instance, url in copr_pagure_events.items() %}
|
||||
{% for topic in [
|
||||
{% for instance, url in copr_pagure_events.items() %}
|
||||
{% for topic in [
|
||||
'git.receive',
|
||||
'pull-request.new',
|
||||
'pull-request.rebased',
|
||||
'pull-request.updated',
|
||||
'pull-request.comment.added'] %}
|
||||
'{{ instance }}.{{ topic }}' : '{{ url }}',
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user