diff options
author | Ed Santiago <santiago@redhat.com> | 2022-05-03 06:53:36 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-05-03 06:53:36 -0600 |
commit | 5fac879ea4146e4785f0e43f577ba81f589c70b9 (patch) | |
tree | 774f64d3ae398050d6d944e40b467e9332abc34d /hack/libdm_tag.sh | |
parent | 3ac5cec086e1ee1f11fabfd8a8f0aa8cf9f371f5 (diff) | |
download | podman-5fac879ea4146e4785f0e43f577ba81f589c70b9.tar.gz podman-5fac879ea4146e4785f0e43f577ba81f589c70b9.tar.bz2 podman-5fac879ea4146e4785f0e43f577ba81f589c70b9.zip |
vendor treadmill script: run 'git add vendor'
Situation encountered just now after buildah #3949 but
before podman #14084: go.mod changed in such a way that
other modules were updated, not just buildah, and those
changes weren't git-added by 'make vendor'. This resulted
in the dirty-tree CI test failing.
Solution: check for untracked vendor files after 'make vendor',
and git-add them. Show a friendly message that we're doing so:
+---> Adding untracked files under containers/image, containers/storage, klauspost/compress, x/sys
In order to do this safely, we run an untracked-files check
under vendor as one of the first sanity checks. If there are
any when we start the script, fail early.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'hack/libdm_tag.sh')
0 files changed, 0 insertions, 0 deletions