mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Use vYYYYMMDD in the timestamp suffix for Google Compute Engine
snapshot images for consistency with other OSes. MFC after: 3 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ac88e6da11
commit
43613f74dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333374
@ -23,7 +23,8 @@ GCE_FAMILY= ${TYPE:tl}-${REVISION:S,.,-,}
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
|
.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
|
||||||
SNAPSHOT_DATE!= date +-%Y-%m-%d
|
_SNAPSHOT_DATE!= date +%Y%m%d
|
||||||
|
SNAPSHOT_DATE= -v${_SNAPSHOT_DATE}
|
||||||
GCE_FAMILY_SUFX= -snap
|
GCE_FAMILY_SUFX= -snap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user