Build percona-toolkit-3.0.11

This commit is contained in:
Evgeniy Patlan
2018-07-03 12:57:01 +00:00
parent fbf67524f0
commit f0981642e5
38 changed files with 65052 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-*" -exec basename {} \;)
VERSION="3.0.10"
VERSION="3.0.11"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
GOUTILSDIR ?= $(GOPATH)/bin