From e2ac9da2b9239755bacd7edb961fcce1e9a038b3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 5 Dec 2019 11:30:01 +0100 Subject: [PATCH] copr: fe: nicer indent in copr.conf --- roles/copr/frontend-cloud/templates/copr.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index f55aaac70b..7ceee06120 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -109,15 +109,15 @@ WHITELIST_EMAILS = [ PAGURE_EVENTS = { {% if copr_pagure_events is defined %} - {% 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 %} }