- Enable the 10.1-BETA1 download link on where.html.

- Remove the 9.3-{BETA,RC}* download link from the
  9.3-RELEASE schedule page.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-09-15 00:40:49 +00:00
parent 6c79b9f1e4
commit 5bd3c3ab16
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45608
3 changed files with 4 additions and 4 deletions
en_US.ISO8859-1/htdocs/releases
share/xml

View file

@ -5,7 +5,7 @@
<!ENTITY local.branch.stable "stable/10">
<!ENTITY local.branch.releng "releng/10.1">
<!ENTITY title "FreeBSD &local.rel; Release Process">
<!ENTITY % beta.local.where "IGNORE">
<!ENTITY % beta.local.where "INCLUDE">
<!ENTITY % beta2.local.where "IGNORE">
]>

View file

@ -5,7 +5,7 @@
<!ENTITY local.branch.stable "stable/9">
<!ENTITY local.branch.releng "releng/9.3">
<!ENTITY title "FreeBSD &local.rel; Release Process">
<!ENTITY % beta.local.where "INCLUDE">
<!ENTITY % beta.local.where "IGNORE">
]>
<html xmlns="http://www.w3.org/1999/xhtml">

View file

@ -38,8 +38,8 @@
<!ENTITY % beta.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta.testing "IGNORE">
<!ENTITY % beta.testing "IGNORE">
<!ENTITY beta.testing "INCLUDE">
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '10.1'>
<!ENTITY betarel.vers 'STABLE'>
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>