fix script for extracting GPG sig key id
This commit is contained in:
parent
bb76f61615
commit
9481f68953
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
VERSION := development
|
VERSION := development
|
||||||
GIT_REF := $(shell git log -1 --format=%H)
|
GIT_REF := $(shell git log -1 --format=%H)
|
||||||
GIT_AUTHOR := $(shell git log -1 --format=%an)
|
GIT_AUTHOR := $(shell git log -1 --format=%an)
|
||||||
GIT_PUBKEY := $(shell git log -1 --format=%GP)
|
GIT_PUBKEY := $(shell git log -1 --format=%GK)
|
||||||
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
|
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
|
||||||
export
|
export
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue