release: update to use git instead of svn:

Makefile.* (cloudware):
 - Consistify setting the BUILDDATE for snapshots.
   (Missed a spot)

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-08-12 16:30:33 +00:00
parent 86e5b1377d
commit 0a459a714f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ATLAS${VAR}:= ${VAGRANT${VAR}}
.endif
.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
SNAPSHOT_DATE!= date +-%Y%m%d
SNAPSHOT_DATE!= date +-${BUILDDATE}
.endif
VAGRANT_VERSION!= date +%Y.%m.%d