
18 Apr
2020
18 Apr
'20
1:29 a.m.
The current exit codes of 128 and 129 are useful in that they do not conflict with those returned by tools, but they are not actually valid. It seems better to pick some codes which work with 'bit bisect run'.
Update them to 100 (for errors) and 101 (for warnings).
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to change the exit codes
tools/buildman/README | 12 ++++++------ tools/buildman/control.py | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-)
Applied to u-boot-dm, thanks!