Compare vendor with hack/versions and update hack/versions

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
Yanqiang Miao
2017-12-14 15:57:22 +08:00
parent fe5a21d977
commit 0520ebc67a
2 changed files with 31 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ help:
@echo " * 'uninstall' - Remove installed binaries from system locations"
@echo " * 'version' - Print current cri-containerd release version"
verify: lint gofmt boiler
verify: lint gofmt boiler deps-version
version:
@echo $(VERSION)
@@ -73,6 +73,10 @@ boiler:
@echo "checking boilerplate"
@./hack/verify-boilerplate.sh
deps-version:
@echo "checking /hack/versions"
@./hack/update-vendor.sh -only-verify
$(BUILD_DIR)/cri-containerd: $(SOURCES)
$(GO) build -o $@ \
-tags '$(BUILD_TAGS)' \