svn commit: r47202 - in head: en_US.ISO8859-1/htdocs/releases/10.2R share/xml

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Tue Aug 11 23:04:23 2015
New Revision: 47202
URL: https://svnweb.freebsd.org/changeset/doc/47202

Log:
  Connect signatures.xml to the build, and link to it from the
  index page, and add the u.rel.signatures entity.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile
  head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml
  head/share/xml/release.ent

Modified: head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile	Tue Aug 11 23:02:50 2015	(r47201)
+++ head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile	Tue Aug 11 23:04:23 2015	(r47202)
@@ -7,8 +7,14 @@
 .include "../Makefile.inc"
 .endif
 
+_OS?=		FreeBSD
+_REVISION?=	10.2
+_BRANCH?=	RC3
+THISRELEASE?=	${_OS}-${_REVISION}-${_BRANCH}
+
 DOCS=	index.xml \
 	schedule.xml \
+	signatures.xml \
 	todo.xml
 
 DATA=	docbook.css \
@@ -17,4 +23,34 @@ DATA=	docbook.css \
 	readme.html \
 	relnotes.html
 
+# PGP-signed checksums
+_BIGIRON?=	amd64 \
+		i386 \
+		ia64 \
+		powerpc \
+		powerpc-powerpc64 \
+		sparc64
+
+_VMS?=		amd64 \
+		i386
+
+_ARM?=		BEAGLEBONE \
+		CUBOX-HUMMINGBOARD \
+		GUMSTIX \
+		PANDABOARD \
+		RPI-B \
+		WANDBOARD
+
+.for CHECKSUM in SHA256 MD5
+. for _B in ${_BIGIRON}
+DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc
+. endfor
+. for _V in ${_VMS}
+DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_V}-vm.asc
+. endfor
+. for _A in ${_ARM}
+DATA+=		CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc
+. endfor
+.endfor
+
 .include "${DOC_PREFIX}/share/mk/web.site.mk"

Modified: head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml	Tue Aug 11 23:02:50 2015	(r47201)
+++ head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml	Tue Aug 11 23:04:23 2015	(r47202)
@@ -29,6 +29,10 @@
     notes can be found at these pages:</p>
 
   <a
+    href="&base;/releases/&local.rel;R/signatures.html"
+    >&os;&nbsp;&local.rel;-RELEASE signed checksum files</a><br/>
+
+  <a
     href="&base;/releases/&local.rel;R/hardware.html"
     >&os;&nbsp;&local.rel;-RELEASE hardware information</a><br/>
 

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Tue Aug 11 23:02:50 2015	(r47201)
+++ head/share/xml/release.ent	Tue Aug 11 23:04:23 2015	(r47202)
@@ -69,6 +69,7 @@
 <!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
 <!ENTITY u.rel.installation '&base;/releases/&rel.current;R/installation.html'>
 <!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
+<!ENTITY u.rel.signatures '&base;/releases/&rel.current;R/signatures.html'>
 
 <!-- Secondary "current release" entities -->
 <!ENTITY rel2.current.major '9'>
_______________________________________________
[email protected] mailing list
http://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.