Skip to content

Commit

Permalink
Remove build date from release package name h2oai/q#678
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jun 26, 2020
1 parent d139226 commit 7c1ac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS?=linux
VERSION?=dev
BUILD_DATE?=$(shell date '+%Y%m%d%H%M%S')
REL=telesync-$(VERSION)-$(BUILD_DATE)-$(OS)-amd64
REL=telesync-$(VERSION)-$(OS)-amd64
LDFLAGS := -ldflags '-X main.Version=$(VERSION) -X main.BuildDate=$(BUILD_DATE)'

all: clean setup build ## Setup and build everything
Expand Down

0 comments on commit 7c1ac4e

Please sign in to comment.