We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75193 commit 188c1baCopy full SHA for 188c1ba
Makefile
@@ -3,7 +3,7 @@
3
override LDFLAGS += -X "github.com/MottainaiCI/simplestreams-builder/cmd.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
4
override LDFLAGS += -X "github.com/MottainaiCI/simplestreams-builder/cmd.BuildCommit=$(shell git rev-parse HEAD)"
5
6
-NAME ?= lxd-compose
+NAME ?= simplestreams-builder
7
PACKAGE_NAME ?= $(NAME)
8
REVISION := $(shell git rev-parse --short HEAD || echo dev)
9
VERSION := $(shell git describe --tags || echo $(REVISION))
0 commit comments