From f77101f96f4b3e78af00025afcbaead5e16fc504 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 29 May 2014 09:01:45 +0000 Subject: mgagit: Fix case on mailingList config entry This was a change I missed in an earlier commit. --- deployment/mgagit/templates/group_owned_repo.gl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment/mgagit/templates/group_owned_repo.gl') diff --git a/deployment/mgagit/templates/group_owned_repo.gl b/deployment/mgagit/templates/group_owned_repo.gl index b9f74fad..c032746d 100644 --- a/deployment/mgagit/templates/group_owned_repo.gl +++ b/deployment/mgagit/templates/group_owned_repo.gl @@ -22,10 +22,10 @@ repo [% repo %] [% IF r.repos.$repo.noemail -%] config multimailhook.mailingList = "" [% ELSE -%] -[% IF r.repos.$repo.mailinglist -%] - config multimailhook.mailinglist = "[% r.repos.$repo.mailinglist %]" +[% IF r.repos.$repo.mailingList -%] + config multimailhook.mailingList = "[% r.repos.$repo.mailingList %]" [% ELSE -%] - config multimailhook.mailinglist = "<%= @ml %>-commits@ml.mageia.org" + config multimailhook.mailingList = "<%= @ml %>-commits@ml.mageia.org" [% END -%] [% END -%] config multimailhook.emailDomain = "mageia.org" -- cgit v1.2.1