diff --git a/en/releng/Makefile b/en/releng/Makefile index 398312cfe1..1d2fe35508 100644 --- a/en/releng/Makefile +++ b/en/releng/Makefile @@ -1,12 +1,12 @@ -# $FreeBSD$ +# $FreeBSD: www/en/releng/Makefile,v 1.1 2002/03/04 06:49:52 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS?= index.sgml +DOCS?= index.sgml charter.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releng/charter.sgml b/en/releng/charter.sgml new file mode 100644 index 0000000000..d6dacd72cc --- /dev/null +++ b/en/releng/charter.sgml @@ -0,0 +1,70 @@ + + + + %includes; +]> + + +&header; + +

The Release Engineering Team has the following responsibilities +:

+ + + +&footer; + + diff --git a/en/releng/index.sgml b/en/releng/index.sgml index 86d82b1e34..ea849a430a 100644 --- a/en/releng/index.sgml +++ b/en/releng/index.sgml @@ -1,121 +1,122 @@ - + %includes; %developers; ]> &header;

This page contains documentation about the FreeBSD release engineering process.

Upcoming Release Schedule

Release Engineering Documentation

Release Engineering Team

The primary release engineering team is responsible for approving MFC requests during code freezes, setting release schedules, and all of - the other responsibilities laid out in our charter. (coming - soon).

+ the other responsibilities laid out in our charter.

Primary RE Team (re@FreeBSD.org) : &a.murray; is the primary RE / chairperson, and &a.steve;, &a.rwatson;, &a.jhb;, &a.brian;, and &a.bmah; form the rest of the primary release engineering decision-making group.

The platform-specific release engineering teams are responsible for building and packaging FreeBSD releases on the given platforms.

Alpha Platform REs (re-alpha@FreeBSD.org) : &a.wilko;, &a.obrien;, &a.murray;, &a.jhb;, &a.rwatson;

i386 Platform REs (re-x86@FreeBSD.org) : &a.murray;, &a.jhb;, &a.rwatson;, &a.bmah;, &a.brian;

The third party packages in the Ports Collection are managed by the portmgr@ team. Among many other responsibilities, the port managers keep the ports cluster running smoothly to produce binary packages.

Package Builders (portmgr@FreeBSD.org) : &a.ade;, &a.asami;, &a.kris;, &a.sobomax;, &a.steve;, &a.will;

&footer;