We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c05b77 commit 59483d6Copy full SHA for 59483d6
1 file changed
bin/mergedevbranch
@@ -223,7 +223,9 @@ time { ietf/manage.py test --settings=settings_sqlitetest \
223
echo ""
224
225
note "Sending email to changeset author: <$who>"
226
-mail -s "Merged datatracker branch personal/$branch@$rev to trunk" $who -c rjsparks@nostrum.com <<-EOF
+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
229
Hi,
230
231
This is an automatic merge info message. Your code in personal/$branch@$rev
0 commit comments