Author: gjb
Date: Wed May 27 17:33:30 2015
New Revision: 283618
URL: https://svnweb.freebsd.org/changeset/base/283618
Log:
Invert the build date and svn revision to match the namimg
convention that has been in use for a while.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors Wed May 27 14:29:39 2015
(r283617)
+++ head/release/Makefile.mirrors Wed May 27 17:33:30 2015
(r283618)
@@ -49,7 +49,7 @@ BUILDDATE!= cd ${.CURDIR} && date -j -f
BUILDDATE!= date +%Y%m%d
. endif
. endif
-_SNAP_SUFFIX:= -r${SVNREVISION}-${BUILDDATE}
+_SNAP_SUFFIX:= ${BUILDDATE}-r${SVNREVISION}
.else
# release
SNAPSHOT=
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"