patman: Pass aliases to Series.MakeCcFile()
authorSimon Glass <sjg@chromium.org>
Mon, 7 Apr 2025 10:51:46 +0000 (22:51 +1200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commitabfd67cccf8e1a4330ab9601813dd6675c84a9c5
tree468867d3e193b8ff5d3254900c2f0dcf65f8341d
parente10201aa8ccb1fb681cafab4225399f4fdb8497d
patman: Pass aliases to Series.MakeCcFile()

Rather than accessing settings directly, pass the aliases in, so that
we can do the same from tests. With further work this will allow the
tests to work without using settings.alias

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/send.py
tools/patman/series.py