]> granicus.if.org Git - libvpx/commitdiff
Use --cc to cc email
authorYi Luo <luoyi@google.com>
Mon, 24 Jul 2017 18:11:57 +0000 (11:11 -0700)
committerYi Luo <luoyi@google.com>
Mon, 24 Jul 2017 18:11:57 +0000 (11:11 -0700)
Change-Id: I47e28f33353a623f797b05f5d02d539f407b9128

scripts/nightly_run.sh

index 277206e762f25a4375d8591aa89723a896c7b365..a2802bea15c6ed8d4d4b58be9d7ba5fc2ea7f8ad 100755 (executable)
@@ -8,9 +8,9 @@ log_file=rep_$date_str.txt
 
 $script_path/nightly_speed.sh $codebase > $log_path/$log_file 2>&1
 
-#users="luoyi,yunqingwang"
 users=luoyi
 host_name=`hostname`
 sender=luoyi
+cc_list=yunqingwang
 
-sendgmr --to=$users --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file
+sendgmr --to=$users --cc=$cc_list --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file