Re: (subset) [PATCH 1/2] u_boot_pylib: Move gitutil into the library

2025-02-17 Thread Tom Rini
On Sun, 09 Feb 2025 14:26:00 -0700, Simon Glass wrote: > Move this file into U-Boot's Python library, so that it is no-longer > part of patman. > > This makes a start on: > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/35 > > [...] Applied to u-boot/next, thanks! -- Tom

[PATCH 1/2] u_boot_pylib: Move gitutil into the library

2025-02-09 Thread Simon Glass
Move this file into U-Boot's Python library, so that it is no-longer part of patman. This makes a start on: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/35 Signed-off-by: Simon Glass --- tools/buildman/builder.py | 2 +- tools/buildman/builderthread.py