Build percona-toolkit-3.0.13

This commit is contained in:
Evgeniy Patlan
2018-12-28 08:55:28 +00:00
parent 063d16b03f
commit 5159bd333f
39 changed files with 79 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-*" -exec basename {} \;)
VERSION="3.0.12"
VERSION="3.0.13"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
GOUTILSDIR ?= $(GOPATH)/bin