mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant
builds, and prepend it to SNAPSHOT_DATE to prevent a trailing '-' in the final box name for a release build. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fa6ea9962e
commit
104dac63f3
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ ATLAS${VAR}:= ${VAGRANT${VAR}}
|
|||
.endif
|
||||
|
||||
.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
|
||||
SNAPSHOT_DATE!= date +%Y%m%d
|
||||
SNAPSHOT_DATE!= date +-%Y%m%d
|
||||
.endif
|
||||
|
||||
VAGRANT_VERSION!= date +%Y.%m.%d
|
||||
VAGRANT_TARGET:= ${OSRELEASE}-${SNAPSHOT_DATE}
|
||||
VAGRANT_TARGET:= ${OSRELEASE}${SNAPSHOT_DATE}
|
||||
.if !empty(CLOUDWARE)
|
||||
. for _PROVIDER in ${CLOUDWARE}
|
||||
. if ${_PROVIDER:MVAGRANT*}
|
||||
|
|
|
|||
Loading…
Reference in a new issue