mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
Remove git tag from gitcommit field
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SHELL = /bin/bash
|
||||
UPDATE_VENDOR ?= 1
|
||||
VERSION ?= devel
|
||||
GITCOMMIT = $(shell cd /src && git describe --tags --always --dirty)
|
||||
GITCOMMIT = $(shell cd /src && git describe --always --dirty)
|
||||
BUILDTIME = $(shell date --iso-8601=seconds)
|
||||
LDFLAGS := -X blockbook/common.version=$(VERSION) -X blockbook/common.gitcommit=$(GITCOMMIT) -X blockbook/common.buildtime=$(BUILDTIME)
|
||||
BLOCKBOOK_SRC := $(GOPATH)/src/blockbook
|
||||
|
||||
Reference in New Issue
Block a user