send compose reports to test-reports list instead of test and devel list
Related: https://pagure.io/pungi-fedora/pull-request/1109 Related: https://pagure.io/fedora-qa/issue/700 Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
parent
95613d3d73
commit
d319a54006
@ -17,7 +17,7 @@ RELEASE="36"
|
||||
RELEASE_TITLE="36"
|
||||
COMPSFILE="comps-f36.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 <rawhide@fedoraproject.org>"
|
||||
RSYNCPREFIX="sudo -u ftpsync"
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
||||
|
@ -16,7 +16,7 @@ RELEASE="36"
|
||||
RELEASE_TITLE="36"
|
||||
COMPSFILE="comps-f36.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 <rawhide@fedoraproject.org>"
|
||||
RSYNCPREFIX="sudo -u ftpsync"
|
||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)
|
||||
|
@ -15,7 +15,7 @@ RELEASE="36"
|
||||
RELEASE_TITLE="36"
|
||||
COMPSFILE="comps-36.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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user