From 20517773999fd07e4fd3a617c225a9f787c6f05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Thu, 21 Jul 2022 16:57:44 +0200 Subject: [PATCH] send compose reports to test-reports list instead of test list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep the devel list included, as requested by Kevin. Related: https://pagure.io/fedora-qa/issue/700 Signed-off-by: Kamil Páral --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"