[PATCH 21/25] patman: Update send function to return whether it sent
Simon Glass
sjg at chromium.org
Sat May 24 07:05:46 CEST 2025
Indicate whether 'git send-email' was actually called, so that we don't
bother waiting for patchwork to receive our series if it wasn't.
The 'git send-email' seems to always return a code of 0 even if nothing
was sent, so we cannot use clues there. Ideally we would watch the
output to determine which patches were sent and which not, but that is
left for another day.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/patman/send.py | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list