make sure we send the email to the lists
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
52f371a293
commit
6a498f572c
@ -18,7 +18,6 @@ GIT_BRANCH="master"
|
||||
TMPDIR=`mktemp -d /tmp/$DIST.$DATE.XXXX`
|
||||
MOCK="/usr/bin/mock"
|
||||
TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org"
|
||||
TOMAIL="dennis@ausil.us"
|
||||
SUBJECT='rawhide report: '$DATE' changes'
|
||||
FROM="Fedora Rawhide Report <rawhide@fedoraproject.org>"
|
||||
RSYNCPREFIX="sudo -u ftpsync"
|
||||
@ -49,6 +48,10 @@ else
|
||||
fi
|
||||
|
||||
time $CMD "$@"
|
||||
if [ "$?" = "0" ]; then
|
||||
export mail=0
|
||||
fi
|
||||
|
||||
NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-Fedora-/COMPOSE_ID)
|
||||
SHORTCOMPOSE_ID=$(echo $NEWCOMPOSE_ID|sed -e 's|Fedora-.*-||g')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user