Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | exclude new tools vendor dir from validate | Paul Holzinger | 2022-05-04 |
| | | | | | | We have no control over the code in the vendored files. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | vendor test tools in submodule | Paul Holzinger | 2022-05-04 |
Instead of using the main module we should vendor the test tools in a different directory. That way we do not add extra dependencies to the main module which can be problemetic for packages or other users. This is already done in buildah so this makes us more consitent. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |