Re: [PATCH 2/4] buildman: Use common code to send an result

2021-04-29 Thread Simon Glass
At present the code to report a build result is duplicated. Put it in a common function to avoid this. Signed-off-by: Simon Glass --- tools/buildman/builderthread.py | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 2/4] buildman: Use common code to send an result

2021-04-10 Thread Simon Glass
At present the code to report a build result is duplicated. Put it in a common function to avoid this. Signed-off-by: Simon Glass --- tools/buildman/builderthread.py | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/tools/buildman/builderthread.py b/tool