Add the 10.3-RELEASE schedule to the releng/index.html page.

Link the 10.3-RELEASE and 11.0-RELEASE schedules from the
main index.html page.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-10-08 13:35:11 +00:00
parent 6983249739
commit 02e2fe3c29
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47524
2 changed files with 12 additions and 6 deletions

View file

@ -34,13 +34,13 @@
below to "IGNORE". If we do, use "INCLUDE". -->
<!-- Set to 'INCLUDE' when the schedule is available. -->
<!ENTITY beta.upcoming "IGNORE">
<!ENTITY % beta.upcoming "IGNORE">
<!ENTITY beta.upcoming "INCLUDE">
<!ENTITY % beta.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta.testing "IGNORE">
<!ENTITY % beta.testing "IGNORE">
<!ENTITY betarel.current '10.2'>
<!ENTITY betarel.current '10.3'>
<!ENTITY betarel.vers 'RELEASE'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
@ -48,13 +48,13 @@
are having release candidates at the same time), do the same here. -->
<!-- Set to 'INCLUDE' when the schedule is available. -->
<!ENTITY beta2.upcoming "IGNORE">
<!ENTITY % beta2.upcoming "IGNORE">
<!ENTITY beta2.upcoming "INCLUDE">
<!ENTITY % beta2.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "IGNORE">
<!ENTITY % beta2.testing "IGNORE">
<!ENTITY betarel2.current '9.3'>
<!ENTITY betarel2.current '11.0'>
<!ENTITY betarel2.vers 'RELEASE'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>