We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad33b3 + 1455b02 commit d3ee579Copy full SHA for d3ee579
Makefile
@@ -23,7 +23,7 @@ before-build:
23
24
# Collects all dependencies and then calls update
25
.PHONY: collect
26
-collect: imports fields go-generate create-docs
+collect: imports fields go-generate create-docs notice
27
28
# Generates imports for all modules and metricsets
29
.PHONY: imports
@@ -61,4 +61,8 @@ check-full: check
61
@git diff | cat
62
@git update-index --refresh
63
@git diff-index --exit-code HEAD --
64
-
+
65
+.PHONY: notice
66
+notice: python-env
67
+ @echo "Generating NOTICE"
68
+ @$(PYTHON_ENV)/bin/python ${ES_BEATS}/dev-tools/generate_notice.py .
0 commit comments