- Update download URLs for 11.2 to point to RC1.
- Uncomment the signatures.html, hardware.html, readme.html, and relnotes.html pages on the 11.2-RELEASE index page. - Connect the hardware.html, readme.html, relnotes.html pages to the build. - Connect the CHECKSUM* files for 11.2-RC1 to the build. Approveed by: re (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5aaf19547d
commit
2be2981abb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51760
3 changed files with 28 additions and 17 deletions
|
@ -9,13 +9,16 @@
|
|||
|
||||
_OS?= FreeBSD
|
||||
_REVISION?= 11.2
|
||||
_BRANCH?= RELEASE
|
||||
_BRANCH?= RC1
|
||||
THISRELEASE?= ${_OS}-${_REVISION}-${_BRANCH}
|
||||
|
||||
DOCS= index.xml \
|
||||
schedule.xml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA= docbook.css \
|
||||
hardware.html \
|
||||
readme.html \
|
||||
relnotes.html
|
||||
|
||||
# PGP-signed checksums
|
||||
|
||||
|
@ -30,27 +33,31 @@ _VMS?= amd64 \
|
|||
i386 \
|
||||
arm64-aarch64
|
||||
|
||||
_ARM?= BANANAPI \
|
||||
_ARM?= GUMSTIX
|
||||
|
||||
_ARMV6?= BANANAPI \
|
||||
BEAGLEBONE \
|
||||
CUBIEBOARD \
|
||||
CUBIEBOARD2 \
|
||||
CUBOX-HUMMINGBOARD \
|
||||
GUMSTIX \
|
||||
PANDABOARD \
|
||||
RPI-B \
|
||||
RPI2 \
|
||||
WANDBOARD
|
||||
|
||||
#.for CHECKSUM in SHA512 SHA256
|
||||
#. 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
|
||||
.for CHECKSUM in SHA512 SHA256
|
||||
. 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-${_A}.asc
|
||||
. endfor
|
||||
. for _A in ${_ARMV6}
|
||||
DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv6-${_A}.asc
|
||||
. endfor
|
||||
.endfor
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -31,12 +31,13 @@
|
|||
<a href="&base;/releases/&local.rel;R/schedule.html"
|
||||
>&os; &local.rel;-RELEASE schedule</a><br/>
|
||||
|
||||
<?ignore
|
||||
<a href="&base;/releases/&local.rel;R/signatures.html"
|
||||
>&os; &local.rel;-RELEASE signed checksum files</a><br/>
|
||||
|
||||
<?ignore
|
||||
<a href="&base;/releases/&local.rel;R/installation.html"
|
||||
>&os; &local.rel;-RELEASE installation information</a><br/>
|
||||
?>
|
||||
|
||||
<a href="&base;/releases/&local.rel;R/hardware.html"
|
||||
>&os; &local.rel;-RELEASE hardware information</a><br/>
|
||||
|
@ -44,12 +45,15 @@
|
|||
<a href="&base;/releases/&local.rel;R/relnotes.html"
|
||||
>&os; &local.rel;-RELEASE release notes</a><br/>
|
||||
|
||||
<?ignore
|
||||
<a href="&base;/releases/&local.rel;R/errata.html"
|
||||
>&os; &local.rel;-RELEASE errata</a><br/>
|
||||
?>
|
||||
|
||||
<a href="&base;/releases/&local.rel;R/readme.html"
|
||||
>&os; &local.rel;-RELEASE readme</a><br/>
|
||||
|
||||
<?ignore
|
||||
<a href="&base;/releases/&local.rel;R/todo.html">&os; Release
|
||||
Engineering TODO Page</a><br/>
|
||||
?>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY betarel.current '11.2'>
|
||||
<!ENTITY betarel.vers 'BETA3'>
|
||||
<!ENTITY betarel.vers 'RC1'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
||||
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
|
||||
|
|
Loading…
Reference in a new issue