[PATCH 0/5] patman: Separate gitutil fully
Simon Glass
sjg at chromium.org
Mon Apr 7 12:51:42 CEST 2025
The gitutil module uses Patman's settings module, which is not allowed
as it is supposed to be a separate package. This series ties up this
dependency.
This series depends on these two patches being applied:
https://patchwork.ozlabs.org/project/uboot/patch/20250227192735.406389-1-sjg@chromium.org/
https://patchwork.ozlabs.org/project/uboot/patch/20250328130225.2607974-1-sjg@chromium.org/
Simon Glass (5):
patman: Untangle settings from gitutil
patman: Pass the alias dict into gitutil.build_email_list()
patman: Pass the alias dict into gitutil.email_patches()
patman: Pass aliases to Series.MakeCcFile()
patman: Update Series.ShowActions() to pass alias
tools/patman/control.py | 11 ++++++++---
tools/patman/func_test.py | 8 ++++----
tools/patman/series.py | 32 ++++++++++++++++++++++----------
tools/u_boot_pylib/gitutil.py | 34 ++++++++++++++--------------------
4 files changed, 48 insertions(+), 37 deletions(-)
--
2.43.0
base-commit: d47b5693e21f78d8cd8caa8fcd9e64fd6ae85759
branch: pata
More information about the U-Boot
mailing list