Add template for FreeBSD 5.5 todo and approvals lists.
This commit is contained in:
parent
e822323ed0
commit
2e83e621a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26953
3 changed files with 185 additions and 0 deletions
12
en/releases/5.5R/Makefile
Normal file
12
en/releases/5.5R/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= todo.sgml approvals.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
54
en/releases/5.5R/approvals.sgml
Normal file
54
en/releases/5.5R/approvals.sgml
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY local.rel "5.5">
|
||||
<!ENTITY local.rel.tag "5_5">
|
||||
<!ENTITY title "FreeBSD &local.rel; Commit Approvals">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>The release engineering team utilizes a code freeze to maintain
|
||||
stability in the period immediately preceding a release. The
|
||||
developers below have been given explicit approval by re@ to
|
||||
continue conservative work in a narrowly defined area until the
|
||||
expiration dates below. All other developers are required to get
|
||||
approval for each individual change from re@ before committing to
|
||||
the release branch.</p>
|
||||
|
||||
<p>General discussions about the release engineering process or
|
||||
quality assurance issues should be sent to the public <a
|
||||
href="mailto:FreeBSD-qa@FreeBSD.org">freebsd-qa</a> mailing list.
|
||||
<a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
|
||||
requests should be sent to <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<h1>Approval List</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Committer</th>
|
||||
<th>Area</th>
|
||||
<th>Expiration</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
|
||||
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website.</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
119
en/releases/5.5R/todo.sgml
Normal file
119
en/releases/5.5R/todo.sgml
Normal file
|
@ -0,0 +1,119 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY local.rel "5.5">
|
||||
<!ENTITY title "FreeBSD 5.5 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
<!-- Status levels -->
|
||||
<!ENTITY status.na "<font color=green>N/A</font>">
|
||||
<!ENTITY status.done "<font color=green>Done</font>">
|
||||
<!ENTITY status.wip "<font color=blue>In progress</font>">
|
||||
<!ENTITY status.untested "<font color=orange>Needs testing</font>">
|
||||
<!ENTITY status.new "<font color=red>Not done</font>">
|
||||
<!ENTITY status.unknown "<font color=red>Unknown</font>">
|
||||
<!ENTITY status.deferred "<font color=gray>Deferred for future release</font>">
|
||||
|
||||
<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
|
||||
<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
|
||||
<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
|
||||
|
||||
<!ENTITY stresstest SYSTEM "./stress.html">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
||||
Changes to this list MUST NOT be committed without approval of
|
||||
Release Engineering Team (re@FreeBSD.org) (for general items) or
|
||||
Documentation Engineering Team (doceng@FreeBSD.org) (for doc-related
|
||||
items).
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>This is a list of open issues that need to be resolved for FreeBSD
|
||||
&local.rel;. If you have any updates for this list, please e-mail
|
||||
re@FreeBSD.org.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#showstopper">Show stopper defects</a></li>
|
||||
<li><a href="#required">Required features</a></li>
|
||||
<li><a href="#desired">Desired features</a></li>
|
||||
<li><a href="#docs">Documentation Items</a></li>
|
||||
<li><a href="#testing">Testing foci</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Show stopper defects for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="showstopper"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="required"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired features for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="desired"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for &local.rel;</h3>
|
||||
|
||||
<a name="docs"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Testing foci for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="testing"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue