From a9652067af27d65bc197cc901279212ed9eb44f2 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Sat, 16 Sep 2006 15:28:36 +0000 Subject: [PATCH] Add 6.2-RELEASE schedule and other release-engineering-maintained pages. These will be fleshed out some more in the near future. --- en/releases/6.2R/Makefile | 51 ++++++ en/releases/6.2R/approvals.sgml | 60 +++++++ en/releases/6.2R/docbook.css | 161 ++++++++++++++++++ en/releases/6.2R/schedule.sgml | 286 ++++++++++++++++++++++++++++++++ en/releases/6.2R/stress.xsl | 31 ++++ en/releases/6.2R/todo.sgml | 133 +++++++++++++++ 6 files changed, 722 insertions(+) create mode 100644 en/releases/6.2R/Makefile create mode 100644 en/releases/6.2R/approvals.sgml create mode 100644 en/releases/6.2R/docbook.css create mode 100644 en/releases/6.2R/schedule.sgml create mode 100644 en/releases/6.2R/stress.xsl create mode 100644 en/releases/6.2R/todo.sgml diff --git a/en/releases/6.2R/Makefile b/en/releases/6.2R/Makefile new file mode 100644 index 0000000000..bf01f59e7c --- /dev/null +++ b/en/releases/6.2R/Makefile @@ -0,0 +1,51 @@ +# $FreeBSD$ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= todo.sgml schedule.sgml approvals.sgml +# DOCS+= announce.sgml +# DOCS+= relnotes.sgml +# DOCS+= hardware.sgml +# DOCS+= installation.sgml + +# DATA+= errata.html +# DATA+= hardware-alpha.html +# DATA+= hardware-amd64.html +# DATA+= hardware-ia64.html +# DATA+= hardware-i386.html +# DATA+= hardware-pc98.html +# DATA+= hardware-sparc64.html +# DATA+= installation-alpha.html +# DATA+= installation-amd64.html +# DATA+= installation-ia64.html +# DATA+= installation-i386.html +# DATA+= installation-pc98.html +# DATA+= installation-sparc64.html +# DATA+= readme.html +# DATA+= relnotes-alpha.html +# DATA+= relnotes-amd64.html +# DATA+= relnotes-ia64.html +# DATA+= relnotes-i386.html +# DATA+= relnotes-pc98.html +# DATA+= relnotes-sparc64.html + +FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf +FETCHCMD= /usr/bin/fetch +CLEANFILES+= news.rdf stress.html + +DATA+= docbook.css + +news.rdf: + ${FETCHCMD} ${FETCHFILE} + +stress.html: news.rdf stress.xsl + ${XSLTPROC} stress.xsl news.rdf > stress.html + +todo.html: stress.html + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/6.2R/approvals.sgml b/en/releases/6.2R/approvals.sgml new file mode 100644 index 0000000000..4208e01c23 --- /dev/null +++ b/en/releases/6.2R/approvals.sgml @@ -0,0 +1,60 @@ + + + + + + + +]> + + + + +&header; + +

Introduction

+ +

The release engineering team utilizes a code freeze to maintain + stability in the period immediately preceding a release. The + developers below have been given explicit approval by re@ to + continue conservative work in a narrowly defined area until the + expiration dates below. All other developers are required to get + approval for each individual change from re@ before committing to + the release branch.

+ +

General discussions about the release engineering process or + quality assurance issues should be sent to the public freebsd-qa mailing list. + MFC + requests should be sent to re@FreeBSD.org.

+ +

Approval List

+ + + + + + + + +
CommitterAreaExpiration
+ +

Additional Information

+ + + + &footer; + + + diff --git a/en/releases/6.2R/docbook.css b/en/releases/6.2R/docbook.css new file mode 100644 index 0000000000..10ad27dacd --- /dev/null +++ b/en/releases/6.2R/docbook.css @@ -0,0 +1,161 @@ +/* + * Copyright (c) 2003 The FreeBSD Documentation Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD: www/en/releases/6.1R/docbook.css,v 1.1 2006/05/09 02:52:06 murray Exp $ + */ + +BODY ADDRESS { + line-height: 1.3; + margin: .6em 0; +} + +BODY BLOCKQUOTE { + margin-top: .75em; + line-height: 1.5; + margin-bottom: .75em; +} + +HTML BODY { + margin: 1em 8% 1em 10%; + line-height: 1.2; +} + +.LEGALNOTICE { + font-size: small; + font-variant: small-caps; +} + +BODY DIV { + margin: 0; +} + +DL { + margin: .8em 0; + line-height: 1.2; +} + +BODY FORM { + margin: .6em 0; +} + +H1, H2, H3, H4, H5, H6, +DIV.EXAMPLE P B, +.QUESTION, +DIV.TABLE P B, +DIV.PROCEDURE P B { + color: #990000; +} + +BODY H1 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H2 { + margin: .8em 0 0 -4%; + line-height: 1.3; +} + +BODY H3 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H4 { + margin: .8em 0 0 -3%; + line-height: 1.3; +} + +BODY H5 { + margin: .8em 0 0 -2%; + line-height: 1.3; +} + +BODY H6 { + margin: .8em 0 0 -1%; + line-height: 1.3; +} + +BODY HR { + margin: .6em +} + +BODY IMG.NAVHEADER { + margin: 0 0 0 -4%; +} + +OL { + margin: 0 0 0 5%; + line-height: 1.2; +} + +BODY P { + margin: .6em 0; + line-height: 1.2; +} + +BODY PRE { + margin: .75em 0; + line-height: 1.0; + color: #461b7e; +} + +BODY TD { + line-height: 1.2 +} + +BODY TH { + line-height: 1.2; +} + +UL, BODY DIR, BODY MENU { + margin: 0 0 0 5%; + line-height: 1.2; +} + +HTML { + margin: 0; + padding: 0; +} + + +.FILENAME { + color: #007a00; +} + +BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { + margin-left: 0 +} + +.GUIMENU, .GUIMENUITEM, .GUISUBMENU, +.GUILABEL, .INTERFACE, .GUIBUTTON, +.SHORTCUT, .SHORTCUT .KEYCAP { + background-color: #F0F0F0; +} + +.ACCEL { + background-color: #F0F0F0; + text-decoration: underline; +} diff --git a/en/releases/6.2R/schedule.sgml b/en/releases/6.2R/schedule.sgml new file mode 100644 index 0000000000..5f3a74a519 --- /dev/null +++ b/en/releases/6.2R/schedule.sgml @@ -0,0 +1,286 @@ + + + + + + + +]> + + +&header; + +

Introduction

+ +

This is a specific schedule for the release of FreeBSD &local.rel;. For + more general information about the release engineering process, + please see the Release + Engineering section of the web site.

+ +

General discussions about the release engineering process or + quality assurance issues should be sent to the public freebsd-qa mailing list. + MFC + requests should be sent to re@FreeBSD.org.

+ +

Schedule

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionExpectedActualDescription
Reminder announcement8 September 20068 September 2006Release Engineers send announcement email to + developers with a rough schedule for the FreeBSD + &local.rel; release.
Code freeze begins10 September 200610 September 2006After this date, all commits to HEAD must be approved by re@FreeBSD.org. Certain highly + active documentation committers are exempt from this rule for + routine man page / release note updates. Heads-up emails + should be sent to the developers, as well as stable@ + and qa@ lists.
Announce the Ports FreezeTBD--portmgr@ sends email to + freebsd-ports@ to announce the dates + for the week long ports freeze and tagging of the ports tree.
Begin &local.rel;-BETA1 builds16 September 2006--Begin building the first public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA117 September 2006--&local.rel;-BETA1 Tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Begin &local.rel;-BETA2 builds30 September 2006--Begin building the second public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA21 October 2006--&local.rel;-BETA2 Tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Ports tree frozenTBD--Only approved commits will be permitted to the ports/ + tree during the freeze.
RELENG_&local.rel.tag; branch12 October 2006--The release branch is created. Update newvers.sh + and release.ent on various branches involved.
src/ unfrozen14 October 2006--Unfreeze RELENG_6 src. Continue to coordinate significant + check-ins with re@FreeBSD.org until the release is final.
Build &local.rel;-RC114 October 2006--Begin building the first release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC115 October 2006--&local.rel;-RC1 Tier-1 platform images released and + uploaded to ftp-master.FreeBSD.org.
Ports tree taggedTBD--RELEASE_&local.rel.tag;_0 tag for ports/.
Ports tree unfrozenTBD--After the ports/ tree is tagged, + the ports/ tree will be re-opened for commits, but + commits made after tagging will not go in &local.rel;-RELEASE.
Final package build startsTBD--The ports cluster and + pointyhat + build final packages.
Announce doc/ tree slushTBD--Notification of the impending doc/ tree slush should + be sent to doc@.
doc/ tree slushTBD--Non-essential commits to the en_US.ISO8859-1/ subtree + should be delayed from this point until after the doc/ + tree tagging, to give translation teams time to synchronize + their work.
Build &local.rel;-RC228 October 2006--Begin building the second release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC229 October 2006--&local.rel;-RC2 Tier-1 platform images released and + uploaded to ftp-master.FreeBSD.org.
doc/ tree tagged.TBD--Version number bumps for doc/ subtree. + RELEASE_&local.rel.tag;_0 tag for doc/. doc/ + slush ends at this time.
Version numbers bumped9 November 2006--The files listed here + are updated to reflect FreeBSD &local.rel;.
src/ tree tagged9 November 2006--Tag the RELENG_&local.rel.tag; branch with + RELENG_&local.rel.tag;_0_RELEASE.
Begin &local.rel;-RELEASE builds9 November 2006--Start &local.rel;-RELEASE Tier-1 builds.
Warn mirror-announce@FreeBSD.org9 November 2006--Heads up email to mirror-announce@FreeBSD.org to give admins + time to prepare for the load spike to come. The site + administrators have frequently requested advance notice + for new ISOs.
Upload to ftp-master10 November 2006--Release and packages uploaded to ftp-master.FreeBSD.org.
Announcement13 November 2006--Announcement sent out after a majority of the mirrors have + received the bits.
Turn over to so@TBD--Control of the RELENG_&local.rel.tag; branch is handed over to + the FreeBSD Security Officer Team one or two weeks after the + announcement.
+ +

Additional Information

+ + + + &footer; + + + diff --git a/en/releases/6.2R/stress.xsl b/en/releases/6.2R/stress.xsl new file mode 100644 index 0000000000..55266401f8 --- /dev/null +++ b/en/releases/6.2R/stress.xsl @@ -0,0 +1,31 @@ + + + + + + + + + + Generated from XSLT +
    + +
  • + + + + +
  • +
    +
+ +
+ +
diff --git a/en/releases/6.2R/todo.sgml b/en/releases/6.2R/todo.sgml new file mode 100644 index 0000000000..e5242541d1 --- /dev/null +++ b/en/releases/6.2R/todo.sgml @@ -0,0 +1,133 @@ + + + + + + + %developers; + +N/A"> +Done"> +In progress"> +Needs testing"> +Not done"> +Unknown"> +Deferred for future release"> + + + + + + +]> + + + + +&header; + +

This is a list of open issues that need to be resolved for FreeBSD + &local.rel;. If you have any updates for this list, please e-mail + re@FreeBSD.org.

+ + + +

Show stopper defects for &local.rel;-RELEASE

+ + + + + + + + + + + +
IssueStatusResponsibleDescription
No pending issues.
+ +

Required features for &local.rel;-RELEASE

+ + + + + + + + + + + +
IssueStatusResponsibleDescription
No pending issues.
+ +

Desired features for &local.rel;-RELEASE

+ + + + + + + + + + + +
IssueStatusResponsibleDescription
No pending issues.
+ +

Documentation items that must be resolved for &local.rel;-RELEASE

+ + + + + + + + + + + +
IssueStatusResponsibleDescription
No pending issues.
+ +

Testing foci for &local.rel;-RELEASE

+ + + + + + + + + + + +
IssueStatusResponsibleDescription
No pending issues.
+ +

Stress Test Panics

+ + +

The system is continuously being subjected to Peter Holm's Kernel Stress Test Suite. The + following issues have recently been discovered from this test + suite.

+ +&stresstest; + + &footer; + + +