From 0e2eb94e765ab3bdcb6823e75be791b1283c6418 Mon Sep 17 00:00:00 2001 From: gjb Date: Mon, 11 Jun 2018 17:22:27 +0000 Subject: [PATCH] MFC r333374: Use vYYYYMMDD in the timestamp suffix for Google Compute Engine snapshot images for consistency with other OSes. Sponsored by: The FreeBSD Foundation --- release/Makefile.gce | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/Makefile.gce b/release/Makefile.gce index fa1f16bfcdc..e466f9a323b 100644 --- a/release/Makefile.gce +++ b/release/Makefile.gce @@ -24,7 +24,8 @@ GCE_FAMILY= ${TYPE:tl}-${REVISION:S,.,-,} .endif .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 .endif -- 2.45.0