diff --git a/en/releng/Makefile b/en/releng/Makefile new file mode 100644 index 0000000000..398312cfe1 --- /dev/null +++ b/en/releng/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS?= index.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releng/index.sgml b/en/releng/index.sgml new file mode 100644 index 0000000000..f1b798a85b --- /dev/null +++ b/en/releng/index.sgml @@ -0,0 +1,106 @@ + + + + + %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).

+ +

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;

+ +&footer; + +