Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Correct exit code 126 and 127 | baude | 2018-02-21 |
| | | | | | | | | | | | | | | | | The exit codes for 126 and 127 were reversed. For the record, the exit codes used are as follows: * 125 if ‘chroot’ itself fails * 126 if COMMAND is found but cannot be invoked * 127 if COMMAND cannot be found This resolves issue #367 Signed-off-by: baude <bbaude@redhat.com> Closes: #378 Approved by: baude | ||
* | More ginkgo migration | baude | 2018-02-07 |
* attach * run_exit * save * tag * version * run_privileged -> privileged Signed-off-by: baude <bbaude@redhat.com> |