mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
vendor make target
Add a `make vendor` target calls `vndr` with a specified whitelist to avoid deleting important files (currently the varlink/go project). Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
4
Makefile
4
Makefile
@ -327,6 +327,9 @@ build-all-new-commits:
|
||||
# Validate that all the commits build on top of $(GIT_BASE_BRANCH)
|
||||
git rebase $(GIT_BASE_BRANCH) -x make
|
||||
|
||||
vendor:
|
||||
vndr -whitelist "github.com/varlink/go"
|
||||
|
||||
.PHONY: \
|
||||
.gopathok \
|
||||
binaries \
|
||||
@ -344,3 +347,4 @@ build-all-new-commits:
|
||||
changelog \
|
||||
validate \
|
||||
install.libseccomp.sudo \
|
||||
vendor
|
||||
|
Reference in New Issue
Block a user