svn commit: r283618 - head/release

Glen Barber gjb at FreeBSD.org
Wed May 27 17:33:31 UTC 2015


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=


More information about the svn-src-head mailing list