Build percona-toolkit-3.0.9

This commit is contained in:
Evgeniy Patlan
2018-04-17 10:27:56 +00:00
parent 446a65bd46
commit 2dc21af50e
40 changed files with 16284 additions and 55 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;)
VERSION="3.0.8"
VERSION="3.0.9"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
GOUTILSDIR ?= $(GOPATH)/bin