#1111 send compose reports to test-reports list instead of test and devel list
Merged 2 years ago by kevin. Opened 2 years ago by kparal.
kparal/pungi-fedora test-reports-f36  into  f36

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

  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)

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

  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)

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

  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"

FYI, the nightly.sh isn't run anymore after GA... but nice to update everything anyhow I think.

Pull-Request has been merged by kevin

2 years ago