Makefile 4.3.0rc2
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,10 +12,10 @@ VARLIST := OS
|
||||
# Project Information
|
||||
VARLIST += WAREWULF VERSION RELEASE
|
||||
WAREWULF ?= warewulf
|
||||
VERSION ?= 4.3.0rc1
|
||||
VERSION ?= 4.3.0rc2
|
||||
GIT_TAG := $(shell test -e .git && git describe --tags --long --first-parent --always)
|
||||
|
||||
ifndef GIT_TAG
|
||||
ifdef GIT_TAG
|
||||
ifdef $(filter $(OS),ubuntu debian)
|
||||
RELEASE ?= 1.git_$(subst -,+,$(GIT_TAG))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user