From 78252f90de3449d464da64dbe31b1cd266230c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Fri, 22 Jul 2022 10:56:09 +0200 Subject: [PATCH] update all scripts to send to test-reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The first attempt was in commit 20517773999. Only main Rawhide compose goes to devel list as well. Related: https://pagure.io/pungi-fedora/pull-request/1109 Signed-off-by: Kamil Páral --- cloud-nightly.sh | 2 +- container-nightly.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-nightly.sh b/cloud-nightly.sh index 4250c98..5de4639 100755 --- a/cloud-nightly.sh +++ b/cloud-nightly.sh @@ -17,7 +17,7 @@ RELEASE="35" RELEASE_TITLE="35" COMPSFILE="comps-f35.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` -TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" +TOMAIL="test-reports@lists.fedoraproject.org" FROM="Fedora Branched Report " RSYNCPREFIX="sudo -u ftpsync" OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID) diff --git a/container-nightly.sh b/container-nightly.sh index 9b176e1..8871e30 100755 --- a/container-nightly.sh +++ b/container-nightly.sh @@ -16,7 +16,7 @@ RELEASE="35" RELEASE_TITLE="35" COMPSFILE="comps-f35.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` -TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" +TOMAIL="test-reports@lists.fedoraproject.org" FROM="Fedora Branched Report " RSYNCPREFIX="sudo -u ftpsync" OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)