svn commit: r334963 - in stable: 10/release 11/release

Glen Barber gjb at FreeBSD.org
Mon Jun 11 17:22:28 UTC 2018


Author: gjb
Date: Mon Jun 11 17:22:27 2018
New Revision: 334963
URL: https://svnweb.freebsd.org/changeset/base/334963

Log:
  MFC r333374:
   Use vYYYYMMDD in the timestamp suffix for Google Compute Engine
   snapshot images for consistency with other OSes.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/Makefile.gce
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/release/Makefile.gce
Directory Properties:
  stable/11/   (props changed)

Modified: stable/10/release/Makefile.gce
==============================================================================
--- stable/10/release/Makefile.gce	Mon Jun 11 17:10:19 2018	(r334962)
+++ stable/10/release/Makefile.gce	Mon Jun 11 17:22:27 2018	(r334963)
@@ -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
 


More information about the svn-src-all mailing list