Skip to content

Commit 59483d6

Browse files
committed
More tweaks to mergedevbranch.
- Legacy-Id: 19003
1 parent 1c05b77 commit 59483d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/mergedevbranch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ time { ietf/manage.py test --settings=settings_sqlitetest \
223223
echo ""
224224
225225
note "Sending email to changeset author: <$who>"
226-
mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c rjsparks@nostrum.com <<-EOF
226+
SEND_ARGS=""
227+
[ "${RELEASER_EMAIL}" ] && SEND_ARGS="-r ${RELEASER_EMAIL}"
228+
mail "${SEND_ARGS}" -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c rjsparks@nostrum.com <<-EOF
227229
Hi,
228230
229231
This is an automatic merge info message. Your code in personal/$branch@$rev

0 commit comments

Comments
 (0)