Index: head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile (revision 47201) +++ head/en_US.ISO8859-1/htdocs/releases/10.2R/Makefile (revision 47202) @@ -1,20 +1,56 @@ # $FreeBSD$ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .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 \ errata.html \ hardware.html \ 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" Index: head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml (revision 47201) +++ head/en_US.ISO8859-1/htdocs/releases/10.2R/index.xml (revision 47202) @@ -1,55 +1,59 @@ ]>
This is the index page for &os; &local.rel;. For more information about the release engineering process, please see the Release Engineering section of the web site.
More detailed information, such as release notes and hardware notes can be found at these pages:
&os; &local.rel;-RELEASE signed checksum files