mirror of https://github.com/containers/podman.git
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> |
||
---|---|---|
.. | ||
podman-registry-go | ||
apparmor_tag.sh | ||
bats | ||
branch_commits.rb | ||
btrfs_installed_tag.sh | ||
btrfs_tag.sh | ||
buildah-vendor-treadmill | ||
check_root.sh | ||
get_ci_vm.sh | ||
golangci-lint.sh | ||
install_bats.sh | ||
install_catatonit.sh | ||
install_golangci.sh | ||
libdm_tag.sh | ||
libsubid_tag.sh | ||
make-and-check-size | ||
man-page-checker | ||
podman-commands.sh | ||
podman-registry | ||
podman-socat | ||
podmanv2-retry | ||
release.sh | ||
selinux_tag.sh | ||
swagger-check | ||
systemd_tag.sh | ||
tree_status.sh | ||
xref-helpmsgs-manpages |