doc/en/internal/releng45.sgml
Murray Stokely b716cf0577 * Add information about the release engineering team for FreeBSD 4.5.
* Describe the role of freebsd-qa@ and re@FreeBSD.org.
* Add another item to our schedule.
2001-12-10 07:19:05 +00:00

157 lines
4.3 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/internal/releng45.sgml,v 1.2 2001/12/05 16:33:44 murray Exp $">
<!ENTITY title "FreeBSD 4.5 Release Process">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<h1>Introduction</h1>
<p>The release engineering team (<a
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>) for FreeBSD 4.5
consists of Murray Stokely, Steve Price, Robert Watson, and John
Baldwin.
<p>The x86 build team consists of Murray Stokely and John Baldwin.</p>
<p>The Alpha build team consists of David O'Brien, Wilko Bulte, John
Baldwin, and Murray Stokely.</p>
<p>The third-party packages are handled by Steve Price and the Ports
managers (<a
href="mailto:portmgr@FreeBSD.org">portmgr@FreeBSD.org</a>).</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.
MFC requests should be sent to <a
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
<p>For an overview of the entire release engineering process, please
see <a href="../releng.html">../releng.html</a>.</p>
<h1>Schedule</h1>
<table border=1>
<tr><td>Action</td><td>Expected</td><td>Actual</td><td>Description</td>
</tr>
<tr>
<td>Reminder announcement</td><td>01 Dec 2001</td><td>03 Dec 2001</td>
<td>Release Engineers send announcement email to
developers@FreeBSD.org with a rough schedule for the FreeBSD 4.5
release.</td>
</tr>
<tr>
<td><tt>4.5-PRERELEASE</tt></td>
<td>20 Dec 2001</td>
<td>--</td>
<td><tt>newvers.sh</tt> and <tt>param.h</tt> updated.</td>
</tr>
<tr>
<td>FTP site updated</td>
<td>20 Dec 2001</td>
<td>--</td>
<td><tt>pkg_add -r</tt> works for <tt>4.5-PRERELEASE</tt> machines.</td>
</tr>
<tr>
<td>Code freeze begins</td>
<td>20 Dec 2001</td>
<td>--</td>
<td>After this date, all commits to the <tt>RELENG_4</tt> branch
must be approved by <a
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. Certain highly
active documentation committers are exempt from this rule for
routine man page / release note updates.</td>
</tr>
<tr>
<td>First release candidate</td>
<td>05 Jan 2002</td>
<td>--</td>
<td>The first release candidate for the x86 and Alpha architecture is
released.</td>
</tr>
<tr>
<td>Second release candidate</td>
<td>10 Jan 2002</td>
<td>--</td>
<td>Note: the release date of this candidate depends on the user
experience with RC1</td>
</tr>
<tr>
<td>Third release candidate</td>
<td>15 Jan 2002</td>
<td>--</td>
<td>Note: the release date of this candidate depends on the user
experience with previous RCs. Additional release candidates may
be released, or there may be no need for RC3 depending on the
quality of RC1/2.</td>
</tr>
<tr>
<td><tt>RELENG_4_5</tt> branch</td>
<td>18 Jan 2002</td>
<td>--</td>
<td>The release branch is created</td>
</tr>
<tr>
<td>Version numbers bumped.</td>
<td>19 Jan 2002</td>
<td>--</td>
<td>The files listed at <a
href="http://www.FreeBSD.org/internal/releng.html">../releng.html</a>
are updated to reflect the fact that this is FreeBSD 4.5.</td>
</tr>
<tr>
<td>src, doc, and ports trees tagged.</td>
<td>19 Jan 2002</td>
<td>--</td>
<td><tt>RELEASE_4_5_0</tt> tag for docs and ports,
<tt>RELENG_4_5_0_RELEASE</tt> tag for src.</td>
</tr>
<tr>
<td>Final builds.</td>
<td>20 Jan 2002</td>
<td>--</td>
<td>Final builds for x86 and Alpha in a pristine environment.</td>
</tr>
<tr>
<td>Warn hubs@FreeBSD.org</td>
<td>20 Jan 2002</td>
<td>--</td>
<td>Heads up email to <a
href="mailto:hubs@FreeBSD.org">hubs@FreeBSD.org</a> to give admins
time to prepare for the load spike to come.</td>
</tr>
<tr>
<td>Upload to ftp-master.</td>
<td>20 Jan 2002</td>
<td>--</td>
<td>release and packages uploaded to ftp-master.freebsd.org</td>
</tr>
<tr>
<td>Announcement</td>
<td>21 Jan 2002</td>
<td>--</td>
<td>Announcement sent out after a majority of the mirrors have
received the bits.</td>
</tr>
</table>
&footer;
</body>
</html>