1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

patman: Add all CC addresses to the cover letter

If we're sending a cover letter make sure to CC everyone that we're
CCing on each of the individual patches.

Signed-off-by: Doug Anderson <dianders@chromium.org>
This commit is contained in:
Doug Anderson
2012-12-03 14:40:43 +00:00
committed by Simon Glass
parent d94566a111
commit 3118725515
3 changed files with 15 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ else:
options.count + options.start):
ok = False
cc_file = series.MakeCcFile(options.process_tags)
cc_file = series.MakeCcFile(options.process_tags, cover_fname)
# Email the patches out (giving the user time to check / cancel)
cmd = ''