- Add a "local.rel.fromtag" entity to identify the branch we are going to
fork off. I have used RELENG_6 instead of just "6" since there is chances that the value would be HEAD. - Make use of the new entity. Go ahead by: bmah
This commit is contained in:
parent
0f8ba1ae2b
commit
0740ec2b8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28655
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD$">
|
<!ENTITY date "$FreeBSD: www/en/releases/6.2R/schedule.sgml,v 1.1 2006/09/16 15:28:36 bmah Exp $">
|
||||||
<!ENTITY local.rel "6.2">
|
<!ENTITY local.rel "6.2">
|
||||||
<!ENTITY local.rel.tag "6_2">
|
<!ENTITY local.rel.tag "6_2">
|
||||||
|
<!ENTITY local.rel.fromtag "RELENG_6">
|
||||||
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||||
<!ENTITY % navinclude.download "INCLUDE">
|
<!ENTITY % navinclude.download "INCLUDE">
|
||||||
]>
|
]>
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
<td>Code freeze begins</td>
|
<td>Code freeze begins</td>
|
||||||
<td>10 September 2006</td>
|
<td>10 September 2006</td>
|
||||||
<td>10 September 2006</td>
|
<td>10 September 2006</td>
|
||||||
<td>After this date, all commits to HEAD must be approved by <a
|
<td>After this date, all commits to &local.rel.fromtag; must be approved by <a
|
||||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. Certain highly
|
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. Certain highly
|
||||||
active documentation committers are exempt from this rule for
|
active documentation committers are exempt from this rule for
|
||||||
routine man page / release note updates. Heads-up emails
|
routine man page / release note updates. Heads-up emails
|
||||||
|
|
Loading…
Reference in a new issue