From 197d76d8738c50c731ae3fd86d30a3b09613cd85 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 20 Jan 2016 11:05:59 -0800 Subject: [PATCH] check-compose: mail to mmcgrath's fp.o address bastion.phx2 does not relay, only does fp.o local delivery, so since we're sending the compose check emails via bastion, we have to send to fp.o addresses. --- inventory/group_vars/openqa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index 378fdec47c..32aef9a5fa 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -19,7 +19,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}" checkcompose_emailfrom: rawhide@fedoraproject.org checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org" -checkcompose_postrelease_emailto: "mmcgrath@redhat.com cloud@lists.fedoraproject.org" +checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org cloud@lists.fedoraproject.org" checkcompose_postrelease_emailerror: "true" checkcompose_smtp: bastion.phx2.fedoraproject.org checkcompose_url: "https://{{ external_hostname }}"