fix script for extracting GPG sig key id

This commit is contained in:
Anton Livaja 2025-01-03 13:36:56 -05:00
parent bb76f61615
commit 9481f68953
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -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