]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Update send function to return whether it sent
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:14 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:43 +0000 (10:07 +0100)
commit32d29f7fe41c653db0d05f35b9929a2fa4740962
tree39d84546abaa52d365e1697f139de14ee1011102
parentd6c3f4587889a84f38a90776edaed6e7baa71475
patman: Update send function to return whether it sent

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@chromium.org>
tools/patman/send.py