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/11/release/Makefile.gce
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/release/Makefile.gce
Directory Properties:
stable/10/ (props changed)
Modified: stable/11/release/Makefile.gce
==============================================================================
--- stable/11/release/Makefile.gce Mon Jun 11 17:10:19 2018
(r334962)
+++ stable/11/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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"