- Add support for concurrent upcoming releases.

- Set beta2 macros to 10.1-R, and enable the beta2.upcoming
  text.
- Connect the 10.1R directory to the build.

Approved by:	re (implicit), doceng (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-07-12 23:41:02 +00:00
parent c94cea3698
commit 67875388e4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45260
4 changed files with 20 additions and 6 deletions

View file

@ -24,6 +24,7 @@
<!-- Do not set this to 'INCLUDE' in this file. -->
<!ENTITY % beta.local.where "IGNORE">
<!ENTITY % beta2.local.where "IGNORE">
<!ENTITY rel.head.major '11'>
<!ENTITY rel.head '&rel.head.major;.0'>
@ -46,13 +47,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 "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "IGNORE">
<!ENTITY beta2.testing "INCLUDE">
<!ENTITY % beta2.testing "IGNORE">
<!ENTITY betarel2.current '9.2'>
<!ENTITY betarel2.vers 'RC4'>
<!ENTITY betarel2.current '10.1'>
<!ENTITY betarel2.vers 'STABLE'>
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
<!ENTITY rel.current.major '10'>