vpx/scripts/manemail.sh
Yi Luo bf88f9d0ec Change the email subject to av1 nightly report
Change-Id: Ie3d58b847975b5bc5e8a11f84a0e2cd7b593e611
2018-01-09 09:30:26 -08:00

12 lines
429 B
Bash
Executable File

#!/bin/sh
# Note:
# - With any path, be very careful to type the report HTML file name.
# - Use prodcertstatus --show_expiration_time to see when ticket expires.
#
report_html=$1
report_path=/usr/local/google/home/luoyi/Dev/log
report_send=$report_path/$report_html
sendgmr --to=luoyi --cc=yunqingwang,vpx-eng --from=luoyi --reply_to=luoyi --subject="AV1 Nightly Speed Report" --html_file=$report_send --body_file=$report_send