Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 22:57:54 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-user@freebsd.org
Subject:   svn commit: r50111 - user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng
Message-ID:  <201703302257.v2UMvstk015639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Mar 30 22:57:54 2017
New Revision: 50111
URL: https://svnweb.freebsd.org/changeset/doc/50111

Log:
  - Document the schedule.xml and releng/index.xml files.
  - Move the reminder email section to a more appropriate location.
  
  Sponsored by:	The FreeBSD Foundation

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/releng-terminology.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	Thu Mar 30 22:00:22 2017	(r50110)
+++ user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/article.xml	Thu Mar 30 22:57:54 2017	(r50111)
@@ -14,6 +14,7 @@
 <!ENTITY branch.releng "<literal xmlns='http://docbook.org/ns/docbook'>releng/</literal>">;
 <!ENTITY branch.relengx "<literal xmlns='http://docbook.org/ns/docbook'>releng/<replaceable>11.0</replaceable>/</literal>">;
 <!ENTITY branch.releasex "<literal xmlns='http://docbook.org/ns/docbook'>release/<replaceable>11.0.0</replaceable>/</literal>">;
+<!ENTITY branch.revision "<replaceable xmlns='http://docbook.org/ns/docbook'>11.0</replaceable>">;
 
 <!-- Externally included files -->
 <!ENTITY release.building SYSTEM "./releng-building.xml">
@@ -345,6 +346,36 @@
       an extension.  A new scheduler, however, may not be feasible,
       especially if such dramatic changes do not exist in another
       branch.</para>
+
+    <para>The schedule is also added to the Project website, in the
+      <literal>doc/</literal> repository, in
+      <filename>head/en_US.ISO8859-1/htdocs/releases/&branch.revision;R/schedule.xml</filename>.
+      This file is continuously updated as the release cycle
+      progresses.</para>
+
+    <note>
+      <para>In most cases, the <filename>schedule.xml</filename> can
+	be copied from a prior release and updated accordingly.</para>
+    </note>
+
+    <para>The schedule is also linked from
+      <filename>head/en_US.ISO8859-1/htdocs/releng/index.xml</filename>.</para>
+
+    <para>Approximately one month prior to the scheduled <quote>code
+	slush</quote>, the &team.re; sends a reminder email to the
+      &os; Developers.</para>
+
+    <para>Once the first builds of the release cycle are available,
+      update the <literal>beta.local.where</literal> entity in
+      <filename>head/en_US.ISO8859-1/htdocs/releases/&branch.revision;R/schedule.xml</filename>.
+      replacing <literal>IGNORE</literal> with
+      <literal>INCLUDE</literal>.</para>
+
+    <note>
+      <para>If two parallel release cycles are happening at once, the
+	<literal>beta2.local.where</literal> entity may be used
+	instead.</para>
+    </note>
   </sect1>
 
   &release.terminology;

Modified: user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/releng-terminology.xml
==============================================================================
--- user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/releng-terminology.xml	Thu Mar 30 22:00:22 2017	(r50110)
+++ user/gjb/releng-rewrite/en_US.ISO8859-1/articles/freebsd-releng/releng-terminology.xml	Thu Mar 30 22:57:54 2017	(r50111)
@@ -13,13 +13,6 @@
   <sect2 xml:id="releng-terms-code-slush">
     <title>The Code Slush</title>
 
-    <?ignore
-    XXX: this needs to be moved to a more appropriate section
-    <para>Approximately one month prior to the scheduled <quote>code
-	slush</quote>, the &team.re; sends a reminder email to the
-      &os; Developers.</para>
-    ?>
-
     <para>Although the code slush is not a hard freeze on the tree,
       the &team.re; requests that bugs in the existing code base take
       priority over new features.</para>
@@ -31,13 +24,6 @@
   <sect2 xml:id="releng-terms-code-freeze">
     <title>The Code Freeze</title>
 
-    <?ignore
-    XXX: this needs to be moved to a more appropriate section
-    <para>Approximately one week prior to the scheduled <quote>code
-	freeze</quote>, the &team.re; sends a reminder email to the
-      &os; Developers.</para>
-    ?>
-
     <para>The code freeze marks the point in time where all commits to
       the branch require explicit approval from the &team.re;.</para>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703302257.v2UMvstk015639>