Skip to content

Commit

Permalink
Run vet only against local packages (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias authored and ruflin committed Apr 10, 2017
1 parent 7fe5c5f commit 3054154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BEAT_LICENSE?=ASL 2.0 ## @packaging Software license of the application
BEAT_VENDOR?=Elastic ## @packaging Name of the vendor of the application
BEAT_GOPATH=$(firstword $(subst :, ,${GOPATH}))
ES_BEATS?=..## @community_beat Must be set to ./vendor/github.com/elastic/beats. It must always be a relative path.
GOPACKAGES?=${BEAT_PATH}/...## @community_beat Must be set to $(shell govendor list +local)
GOPACKAGES?=$(shell go list ./... | grep -v /vendor/)
PACKER_TEMPLATES_DIR?=${ES_BEATS}/dev-tools/packer ## @Building Directory of templates that are used by "make package"
NOTICE_FILE?=../NOTICE

Expand Down

0 comments on commit 3054154

Please sign in to comment.