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 e997c55 + db91035 commit 1a43ddbCopy full SHA for 1a43ddb
Makefile
@@ -1,4 +1,5 @@
1
PKG_PREFIX := github.com/VictoriaMetrics/VictoriaLogs
2
+VM_PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics
3
4
MAKE_CONCURRENCY ?= $(shell getconf _NPROCESSORS_ONLN)
5
MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY)
@@ -11,7 +12,7 @@ ifeq ($(PKG_TAG),)
11
12
PKG_TAG := $(BUILDINFO_TAG)
13
endif
14
-GO_BUILDINFO = -X '$(PKG_PREFIX)/lib/buildinfo.Version=$(APP_NAME)-$(DATEINFO_TAG)-$(BUILDINFO_TAG)'
15
+GO_BUILDINFO = -X '$(VM_PKG_PREFIX)/lib/buildinfo.Version=$(APP_NAME)-$(DATEINFO_TAG)-$(BUILDINFO_TAG)'
16
TAR_OWNERSHIP ?= --owner=1000 --group=1000
17
18
.PHONY: $(MAKECMDGOALS)
0 commit comments