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:
parent
86e5b1377d
commit
0a459a714f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user