build: replace 100 offset for build exit codes
This commit is contained in:
parent
1ac399dd11
commit
a52c331edb
3 changed files with 30 additions and 9 deletions
|
@ -247,8 +247,15 @@ printed.)</para>
|
|||
</variablelist>
|
||||
|
||||
<para>With the <option>--keep-going</option> flag it's possible for
|
||||
multiple build failures to occur, in this case the 1xx status codes
|
||||
are or combined.</para>
|
||||
multiple failures to occur, in this case the 1xx status codes are or combined
|
||||
using binary or. <screen>
|
||||
1100100
|
||||
^^^^
|
||||
|||`- timeout
|
||||
||`-- output hash mismatch
|
||||
|`--- build failure
|
||||
`---- not deterministic
|
||||
</screen></para>
|
||||
|
||||
</refsection>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue