#1109 send compose reports to test-reports list instead of test list
Merged 2 years ago by sgallagh. Opened 2 years ago by kparal.
kparal/pungi-fedora test-reports  into  main

file modified
+1 -1
@@ -15,7 +15,7 @@ 

  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"

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


Please deploy this change into production after merging this, thank you.

Pull-Request has been merged by sgallagh

2 years ago

Sigh, I found out I need to make the same change also in cloud-nightly.sh and container-nightly.sh, and not just in main but also in f36 and f35 branches. I need to do the same in https://pagure.io/fedora-iot/pungi-iot 🤦. I'll create the one hundred PRs needed.

Actually, no, it doesn't seem that pungi-iot needs to be edited. I got confused by a "compose check report", which is a different email than a "compose report".

Metadata