[PATCH v2 28/28] buildman: Change the exit codes

sjg at google.com sjg at google.com
Sat Apr 18 01:29:19 CEST 2020


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 at 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!


More information about the U-Boot mailing list