From 20517773999fd07e4fd3a617c225a9f787c6f05b Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jul 21 2022 14:57:44 +0000 Subject: 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 --- diff --git a/nightly.sh b/nightly.sh index 099be0d..3c76b9c 100755 --- a/nightly.sh +++ b/nightly.sh @@ -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 " RSYNCPREFIX="sudo -u ftpsync" RSYNCTARGET="/pub/fedora/linux/development/$RELEASE"