- 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:
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
|
@ -5,7 +5,8 @@
|
|||
<!ENTITY local.branch.stable "stable/10">
|
||||
<!ENTITY local.branch.releng "releng/10.1">
|
||||
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||
<!ENTITY % beta.local.where "INCLUDE">
|
||||
<!ENTITY % beta.local.where "IGNORE">
|
||||
<!ENTITY % beta2.local.where "IGNORE">
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
@ -32,6 +33,7 @@
|
|||
<a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
|
||||
|
||||
&beta.local.where;
|
||||
&beta2.local.where;
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ SUBDIR+= 6.0R 6.1R 6.2R 6.3R 6.4R
|
|||
SUBDIR+= 7.0R 7.1R 7.2R 7.3R 7.4R
|
||||
SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R
|
||||
SUBDIR+= 9.0R 9.1R 9.2R 9.3R
|
||||
SUBDIR+= 10.0R
|
||||
SUBDIR+= 10.0R 10.1R
|
||||
|
||||
.if defined(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue