From owner-svn-doc-user@FreeBSD.ORG Fri Feb 14 22:31:06 2014 Return-Path: Delivered-To: svn-doc-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32F16359; Fri, 14 Feb 2014 22:31:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5311D88; Fri, 14 Feb 2014 22:31:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EMV5AP069044; Fri, 14 Feb 2014 22:31:05 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EMV5O3069043; Fri, 14 Feb 2014 22:31:05 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402142231.s1EMV5O3069043@svn.freebsd.org> From: Glen Barber Date: Fri, 14 Feb 2014 22:31:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-user@freebsd.org Subject: svn commit: r43936 - user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng X-SVN-Group: doc-user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc experimental trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 22:31:06 -0000 Author: gjb Date: Fri Feb 14 22:31:04 2014 New Revision: 43936 URL: http://svnweb.freebsd.org/changeset/doc/43936 Log: Add content placeholders. This commit really only sets the flow of the upcoming content changes. Sponsored by: The FreeBSD Foundation Modified: user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Modified: user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml ============================================================================== --- user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Fri Feb 14 22:31:02 2014 (r43935) +++ user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml Fri Feb 14 22:31:04 2014 (r43936) @@ -93,6 +93,14 @@ point release. + + + + + + Wrapping up the release cycle. + + @@ -201,14 +209,119 @@ Release from <literal>head/</literal> -   + This section describes the general procedures of the + &os; release cycle from the head/ + branch. + + + Code Slush in <literal>head/</literal> + +   + + + + Code Freeze in <literal>head/</literal> + +   + + + + &os; <quote><literal>ALPHA</literal></quote> + builds +   + + + + Creating the + <literal>stable/<replaceable>N</replaceable></literal> + Branch + +   + + + + Code Thaw in <literal>head/</literal> + +   + Release from <literal>stable/</literal> -   + This section describes the general procedures of the + &os; release cycle from an extablished + stable/ branch. + + + Code Slush in <literal>head/</literal> + + + If the release is being created from + head/, this section can be skipped + because the code slush would have already been in effect. + Instead, continue with . + + +   + + + + Code Freeze in the + <literal>stable/<replaceable>N/</replaceable></literal> + Branch + + + If the release is being created from + head/, this section can be skipped + because the code freeze would have already been in effect. + Instead, continue with . + + +   + + + + &os; <literal>-BETA</literal> Builds + +   + + + + Creating the + <literal>releng/<replaceable>N.M/</replaceable></literal> + Branch + +   + + + + Code Thaw in the + <literal>stable/<replaceable>N/</replaceable></literal> + Branch + +   + + + + &os; <literal>-RC</literal> Builds + +   + + + + The &os; <literal>-RELEASE</literal> Build + +   + + + + + Wrapping up the Release Cycle + This section describes general post-release tasks.