svn commit: r52735 - head/en_US.ISO8859-1/htdocs/releases/12.0R

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Fri Dec 28 15:41:35 2018
New Revision: 52735
URL: https://svnweb.freebsd.org/changeset/doc/52735

Log:
  Do not attempt to install CHECKSUM.* files when not building
  an -RC or -RELEASE.
  
  Reported by:	David Boyd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Fri Dec 28 14:56:33 2018	(r52734)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Fri Dec 28 15:41:35 2018	(r52735)
@@ -56,6 +56,7 @@ _ARM64_AARCH64?=PINE64 \
 		PINE64-LTS \
 		RPI3
 
+.if (${_BRANCH:MRC*} != "" || ${_BRANCH:MRELEASE*} != "")
 .for CHECKSUM in SHA512 SHA256
 . for _B in ${_BIGIRON}
 DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc
@@ -73,5 +74,6 @@ DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7-
 DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc
 . endfor
 .endfor
+.endif # _BRANCH !RC* || RELEASE*
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.