On Wed, Jul 12, 2023 at 09:51:13AM -0600, Simon Glass wrote: > Hi Tom. > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/16872 > > > The following changes since commit 8e21064cb3452950b09301baec06d86e37342471: > > Merge tag 'efi-2023-07-rc7' of > https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-11 > 13:27:32 -0400) > > are available in the Git repository at: > > git://git.denx.de/u-boot-dm.git tags/dm-pull-12jul23a > > for you to fetch changes up to 45aa7ac492d90ddc2977ea6c9d161e7cc3333487: > > tools: Fix package discovery in pyproject.toml of u_boot_pylib. > (2023-07-12 09:48:19 -0600) NAK, commit 5a801ad450303f028213c5da12017db5d3668cbc Author: Simon Glass Date: Thu Jun 22 12:44:24 2023 +0100 buildman: Provide an argument to the -R option Allow writing the file to a selected location, since otherwise this is controlled by the buildman configuration, so cannot be determined by the caller. Fixes: https://source.denx.de/u-boot/u-boot/-/issues/17 Signed-off-by: Simon Glass Breaks buildman -R as it now requires a location to be specified instead of creating one where it's normally needed / used by default. And I believe this matters in that I use "buildman -R" for "Did someone add a new defconfig and not update a MAINATINERS file?". -- Tom