send compose reports to test-reports list instead of test list

Keep the devel list included, as requested by Kevin.

Related: https://pagure.io/fedora-qa/issue/700

Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
Kamil Páral 2022-07-21 16:57:44 +02:00
parent 0e0799dd7e
commit 2051777399

View File

@ -15,7 +15,7 @@ RELEASE="rawhide"
RELEASE_TITLE="Rawhide"
COMPSFILE="comps-rawhide.xml"
TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX`
TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org"
TOMAIL="devel@lists.fedoraproject.org test-reports@lists.fedoraproject.org"
FROM="Fedora Rawhide Report <rawhide@fedoraproject.org>"
RSYNCPREFIX="sudo -u ftpsync"
RSYNCTARGET="/pub/fedora/linux/development/$RELEASE"