diff --git a/en/releases/5.5R/Makefile b/en/releases/5.5R/Makefile index c910036122..9af295c562 100644 --- a/en/releases/5.5R/Makefile +++ b/en/releases/5.5R/Makefile @@ -1,12 +1,13 @@ -# $FreeBSD$ +# $FreeBSD: www/en/releases/5.5R/Makefile,v 1.1 2006/01/26 00:10:24 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= todo.sgml approvals.sgml +DOCS+= schedule.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/releases/5.5R/schedule.sgml b/en/releases/5.5R/schedule.sgml new file mode 100644 index 0000000000..30444d5118 --- /dev/null +++ b/en/releases/5.5R/schedule.sgml @@ -0,0 +1,303 @@ + + + + + + + %navincludes; + %includes; +]> + + +&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 announcement--25 January 2006Release Engineers send announcement email to + developers with a rough schedule for the FreeBSD + &local.rel; release.
Code freeze begins31 January 200631 January 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 Freeze--5 February 2006Someone from portmgr@ should email + freebsd-ports@ to set a date + for the week long ports freeze and tagging of the ports tree.
Begin &local.rel;-BETA1 builds5 February 20065 February 2006Begin building the first public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA15 February 20065 February 2006&local.rel;-BETA1 tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Begin &local.rel;-BETA2 builds19 February 2006--Begin building the second public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA219 February 2006--&local.rel;-BETA2 tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Ports tree frozen20 February 2006--Only approved commits will be permitted to the ports/ + tree during the freeze.
Begin &local.rel;-BETA3 builds5 March 2006--Begin building the third public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA35 March 2006--&local.rel;-BETA2 tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Announce doc/ tree slush6 March 2006--Notification of the impending doc/ tree slush should + be sent to doc@.
Ports tree tagged6 March 2006--RELEASE_&local.rel.tag;_0 tag for ports/.
Ports tree unfrozen6 March 2006--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.
doc/ tree slush10 March 2006--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.
doc/ tree tagged.13 March 2006--Version number bumps for doc/ subtree. + RELEASE_&local.rel.tag;_0 tag for doc/. doc/ + slush ends at this time.
RELENG_5_5 branch19 March 2006--The new major version branch is created. Update newvers.sh + and release.ent on various branches involved.
src/ unfrozenTBD--Unfreeze RELENG_5 src. Continue to coordinate significant + check-ins with re@FreeBSD.org until the release is final.
Build &local.rel;-RC119 March 2006--Begin building the first release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC119 March 2006--&local.rel;-RC1 tier-1 platform images released, and + uploaded to ftp-master.FreeBSD.org.
Build &local.rel;-RC226 March 2006--Begin building the second release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC226 March 2006--&local.rel;-RC2 tier-1 platform images released, and + uploaded to ftp-master.FreeBSD.org.
Version numbers bumped31 March 2006--The files listed here + are updated to reflect FreeBSD &local.rel;.
src/ tree tagged31 March 2006--Tag the RELENG_&local.rel.tag; branch with + RELENG_&local.rel.tag;_0_RELEASE.
Begin &local.rel;-RELEASE builds31 March 2006--Start &local.rel;-RELEASE Tier-1 builds.
Warn mirror-announce@FreeBSD.org31 March 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-master2 April 2006--Release and packages uploaded to ftp-master.FreeBSD.org.
Announcement3 April 2006--Announcement sent out after a majority of the mirrors have + received the bits.
Turn over to the secteamTBD--RELENG_&local.rel.tag; branch is handed over to + the FreeBSD Security Officer Team in one or two weeks after the + announcement.
+ +

Additional Information

+ + + + &footer; + + + diff --git a/en/releases/6.1R/Makefile b/en/releases/6.1R/Makefile index 80b873d688..db71802d23 100644 --- a/en/releases/6.1R/Makefile +++ b/en/releases/6.1R/Makefile @@ -1,24 +1,25 @@ -# $FreeBSD$ +# $FreeBSD: www/en/releases/6.1R/Makefile,v 1.1 2006/01/25 23:58:36 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= todo.sgml approvals.sgml +DOCS+= schedule.sgml FETCHFILE= http://people.freebsd.org/~pho/stress/log/news.rdf FETCHCMD= /usr/bin/fetch CLEANFILES+= news.rdf stress.html 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.1R/schedule.sgml b/en/releases/6.1R/schedule.sgml new file mode 100644 index 0000000000..f5f0532f32 --- /dev/null +++ b/en/releases/6.1R/schedule.sgml @@ -0,0 +1,287 @@ + + + + + + + %navincludes; + %includes; +]> + + +&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 announcement--25 January 2006Release Engineers send announcement email to + developers with a rough schedule for the FreeBSD + &local.rel; release.
Code freeze begins31 January 200631 January 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 Freeze--5 February 2006Someone from portmgr@ should email + freebsd-ports@ to set a date + for the week long ports freeze and tagging of the ports tree.
Begin &local.rel;-BETA1 builds5 February 20065 February 2006Begin building the first public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA15 February 20065 February 2006&local.rel;-BETA1 tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Begin &local.rel;-BETA2 builds19 February 2006--Begin building the second public test release build for all Tier-1 + platforms.
Release &local.rel;-BETA219 February 2006--&local.rel;-BETA2 tier-1 platform images built, released, and + uploaded to ftp-master.FreeBSD.org.
Ports tree frozen20 February 2006--Only approved commits will be permitted to the ports/ + tree during the freeze.
RELENG_6_1 branch5 March 2006--The new major version branch is created. Update newvers.sh + and release.ent on various branches involved.
src/ unfrozenTBD--Unfreeze RELENG_6 src. Continue to coordinate significant + check-ins with re@FreeBSD.org until the release is final.
Build &local.rel;-RC15 March 2006--Begin building the first release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC15 March 2006--&local.rel;-RC1 tier-1 platform images released, and + uploaded to ftp-master.FreeBSD.org.
Ports tree tagged6 March 2006--RELEASE_&local.rel.tag;_0 tag for ports/.
Ports tree unfrozen6 March 2006--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 slush6 March 2006--Notification of the impending doc/ tree slush should + be sent to doc@.
doc/ tree slush10 March 2006--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;-RC212 March 2006--Begin building the second release candidate build for all Tier-1 + platforms.
Release &local.rel;-RC212 March 2006--&local.rel;-RC2 tier-1 platform images released, and + uploaded to ftp-master.FreeBSD.org.
doc/ tree tagged.13 March 2006--Version number bumps for doc/ subtree. + RELEASE_&local.rel.tag;_0 tag for doc/. doc/ + slush ends at this time.
Version numbers bumped17 March 2006--The files listed here + are updated to reflect FreeBSD &local.rel;.
src/ tree tagged17 March 2006--Tag the RELENG_&local.rel.tag; branch with + RELENG_&local.rel.tag;_0_RELEASE.
Begin &local.rel;-RELEASE builds17 March 2006--Start &local.rel;-RELEASE Tier-1 builds.
Warn mirror-announce@FreeBSD.org17 March 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-master19 March 2006--Release and packages uploaded to ftp-master.FreeBSD.org.
Announcement20 March 2006--Announcement sent out after a majority of the mirrors have + received the bits.
Turn over to the secteamTBD--RELENG_&local.rel.tag; branch is handed over to + the FreeBSD Security Officer Team in one or two weeks after the + announcement.
+ +

Additional Information

+ + + + &footer; + + +