mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Prefix the release with '0.' for unofficial releases
This commit is contained in:
parent
5aebf5508e
commit
41e2cf0a65
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ GIT_REMOTE_URL=$(shell git config --get remote.origin.url)
|
||||
AWS_INSTANCE_COUNT ?= 10
|
||||
|
||||
ifneq ($(OFFICIAL),yes)
|
||||
BUILD=dev$(DATE)
|
||||
BUILD=0.dev$(DATE)
|
||||
SDIST_TAR_FILE=$(NAME)-$(VERSION)-$(BUILD).tar.gz
|
||||
SETUP_TAR_NAME=$(NAME)-setup-$(VERSION)-$(BUILD)
|
||||
RPM_PKG_RELEASE=$(BUILD)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user