buildman: Change the exit codes
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 16:49:45 +0000 (10:49 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commitb1e5e6d22478554b4bc74afd280440732ccc9422
tree60e46d9b00147abb6b6e98c0241472b8b22fca0f
parenta38930e227ffdeef8c87e4072b7cb59f6127c3cc
buildman: Change the exit codes

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>
tools/buildman/README
tools/buildman/control.py
tools/buildman/func_test.py