From 577d56312d58d0bde9c371efcf14163e0723a785 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 4 Mar 2002 06:49:52 +0000 Subject: [PATCH] Add a release engineering section of the web site, with information about : * Upcoming Release Schedule. * Links to release engineering documentation. * Specific schedule for FreeBSD 4.6. * Current release engineering team. In the very near future, this page will also contain a charter for the RE team, a tentative schedule for 5.0, information about code freezes, etc.. --- en/releng/Makefile | 12 +++++ en/releng/index.sgml | 106 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 en/releng/Makefile create mode 100644 en/releng/index.sgml 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; + +