Date: Fri, 14 Feb 2014 22:31:05 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> 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 Message-ID: <201402142231.s1EMV5O3069043@svn.freebsd.org>
index | next in thread | raw e-mail
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 @@ <quote>point</quote> release.</para> </listitem> </varlistentry> + + <varlistentry> + <term><xref linkend="releng-wrapup"/></term> + + <listitem> + <para>Wrapping up the release cycle.</para> + </listitem> + </varlistentry> </variablelist> </sect1> @@ -201,14 +209,119 @@ <sect1 xml:id="releng-head"> <title>Release from <literal>head/</literal></title> - <para> </para> + <para>This section describes the general procedures of the + &os; release cycle from the <literal>head/</literal> + branch.</para> + + <sect2 xml:id="releng-head-slush"> + <title>Code Slush in <literal>head/</literal></title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-head-freeze"> + <title>Code Freeze in <literal>head/</literal></title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-head-builds-alpha"> + <title>&os; <quote><literal>ALPHA</literal></quote> + builds</title> + <para> </para> + </sect2> + + <sect2 xml:id="releng-head-branching"> + <title>Creating the + <literal>stable/<replaceable>N</replaceable></literal> + Branch</title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-head-thaw"> + <title>Code Thaw in <literal>head/</literal></title> + + <para> </para> + </sect2> </sect1> <sect1 xml:id="releng-stable"> <title>Release from <literal>stable/</literal></title> - <para> </para> + <para>This section describes the general procedures of the + &os; release cycle from an extablished + <literal>stable/</literal> branch.</para> + + <sect2 xml:id="releng-stable-slush"> + <title>Code Slush in <literal>head/</literal></title> + + <note> + <para>If the release is being created from + <literal>head/</literal>, this section can be skipped + because the code slush would have already been in effect. + Instead, continue with <xref + linkend="releng-stable-builds-beta"/>.</para> + </note> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-stable-freeze"> + <title>Code Freeze in the + <literal>stable/<replaceable>N/</replaceable></literal> + Branch</title> + + <note> + <para>If the release is being created from + <literal>head/</literal>, this section can be skipped + because the code freeze would have already been in effect. + Instead, continue with <xref + linkend="releng-stable-builds-beta"/>.</para> + </note> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-stable-builds-beta"> + <title>&os; <literal>-BETA</literal> Builds</title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-stable-branching"> + <title>Creating the + <literal>releng/<replaceable>N.M/</replaceable></literal> + Branch</title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-stable-thaw"> + <title>Code Thaw in the + <literal>stable/<replaceable>N/</replaceable></literal> + Branch</title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-release-rc"> + <title>&os; <literal>-RC</literal> Builds</title> + + <para> </para> + </sect2> + + <sect2 xml:id="releng-release-final"> + <title>The &os; <literal>-RELEASE</literal> Build</title> + + <para> </para> + </sect2> + </sect1> + + <sect1 xml:id="releng-wrapup"> + <title>Wrapping up the Release Cycle</title> + <para>This section describes general post-release tasks.</para> </sect1> </article>help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402142231.s1EMV5O3069043>
