From 9120ae5630fc6a2b76236f8a7e1a512ebe80eb0f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 5 Dec 2019 11:06:15 +0100 Subject: [PATCH] copr: fe: nicer indent in copr.conf --- roles/copr/frontend/templates/copr.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 5959c0ebc0..b58daaedd1 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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 %} }