OSDN Git Service

Make email options of find_interesting_reviews more flexible.
authorKristof Beyls <kristof.beyls@arm.com>
Fri, 29 Jun 2018 07:16:27 +0000 (07:16 +0000)
committerKristof Beyls <kristof.beyls@arm.com>
Fri, 29 Jun 2018 07:16:27 +0000 (07:16 +0000)
commit4d942d9e7ec2dd938936d7fe9ae87d080f25f511
tree14b681dcc79e1bb649b3f84a9644b43f02cc582b
parenta233e5b07acc3b8587c8ee249e87d22d69238b78
Make email options of find_interesting_reviews more flexible.

This enables a few requested improvements on the original review of this
script at https://reviews.llvm.org/D46192.

This introduces 2 new command line options:

* --email-report: This option enables specifying who to email the generated
  report to. This also enables not sending any email and only printing out
  the report on stdout by not specifying this option on the command line.
* --sender: this allows specifying the email address that will be used in
  the "From" email header.

I believe that with these options the script starts having the basic
features needed to run it well on a regular basis for a group of
developers.

Differential Revision: https://reviews.llvm.org/D47930

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335948 91177308-0d34-0410-b5e6-96231b3b80d8
utils/Reviewing/find_interesting_reviews.py