From fe367168b31cbeb27cf79f5185c9c07e3c26e7e9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 28 Jul 2017 22:39:52 -0700 Subject: [PATCH] check-compose: send Atomic mails to atomic@ not cloud@ As requested by dustymabe. --- 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 327ce9fc2b..09e18854f0 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -28,7 +28,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}" # if additional systems were added to this group. checkcompose_emailfrom: rawhide@fedoraproject.org checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org" -checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org cloud@lists.fedoraproject.org" +checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org atomic@lists.fedoraproject.org" checkcompose_postrelease_emailerror: "true" checkcompose_smtp: bastion.phx2.fedoraproject.org checkcompose_url: "https://{{ external_hostname }}"