Use entitys for re-teams (improves maintainability).
Reviewed by: hrs Approved by: brueffer (mentor)
This commit is contained in:
parent
e86f14df70
commit
caa82f4dec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25589
1 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.153 2005/08/17 13:58:01 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.154 2005/08/28 09:59:52 krion Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -295,8 +295,7 @@ provided below.</p>
|
|||
|
||||
<p><strong>Primary RE Team (<a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>)</strong> :
|
||||
&a.murray;, &a.steve;, &a.rwatson;, &a.scottl;,
|
||||
&a.kensmith;, and &a.hrs; form the primary release engineering decision-making
|
||||
&a.re.members; form the primary release engineering decision-making
|
||||
group.</p>
|
||||
|
||||
<p>The platform-specific release engineering teams are responsible for
|
||||
|
@ -304,27 +303,27 @@ building and packaging FreeBSD releases on the given platforms.</p>
|
|||
|
||||
<p><strong>Alpha Platform REs (<a
|
||||
href="mailto:re-alpha@FreeBSD.org">re-alpha@FreeBSD.org</a>)</strong> :
|
||||
&a.scottl;, &a.wilko;</p>
|
||||
&a.re-alpha;</p>
|
||||
|
||||
<p><strong>AMD64 Platform REs (<a
|
||||
href="mailto:re-amd64@FreeBSD.org">re-amd64@FreeBSD.org</a>)</strong> :
|
||||
&a.obrien;</p>
|
||||
&a.re-amd64;</p>
|
||||
|
||||
<p><strong>ia64 Platform REs (<a
|
||||
href="mailto:re-ia64@FreeBSD.org">re-ia64@FreeBSD.org</a>)</strong> :
|
||||
&a.marcel;, &a.peter;</p>
|
||||
&a.re-ia64;</p>
|
||||
|
||||
<p><strong>i386 Platform REs (<a
|
||||
href="mailto:re-x86@FreeBSD.org">re-x86@FreeBSD.org</a>)</strong> :
|
||||
&a.scottl;, &a.murray;</p>
|
||||
&a.re-i386;</p>
|
||||
|
||||
<p><strong>pc98 Platform REs (<a
|
||||
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a>)</strong> :
|
||||
&a.nyan;</p>
|
||||
&a.re-pc98;</p>
|
||||
|
||||
<p><strong>sparc64 Platform REs (<a
|
||||
href="mailto:re-sparc64@FreeBSD.org">re-sparc64@FreeBSD.org</a>)</strong> :
|
||||
&a.kensmith;, &a.scottl;, &a.obrien;, &a.jake</p>
|
||||
&a.re-sparc64;</p>
|
||||
|
||||
<p>The third party packages in the Ports Collection are managed by the
|
||||
portmgr@ team. Among many other responsibilities, the port managers
|
||||
|
@ -333,7 +332,7 @@ packages.</p>
|
|||
|
||||
<p><strong>Package Builders (<a
|
||||
href="mailto:portmgr@FreeBSD.org">portmgr@FreeBSD.org</a>)</strong> :
|
||||
&a.kris;, &a.marcus;, &a.linimon;, &a.krion;, &a.clement;, &a.erwin</p>
|
||||
&a.portmgr;</p>
|
||||
|
||||
<a name="faq"></a>
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
|
|
Loading…
Reference in a new issue