diff mbox series

[v3,3/4] doc: process: Correct and expand slightly on the Merge Window concept

Message ID 20220712213416.3200979-3-trini@konsulko.com
State Accepted
Commit 105bccb3b9404868bea41f2378902064b2646e4e
Delegated to: Tom Rini
Headers show
Series [v3,1/4] doc: Add statistics page for v2022.07 | expand

Commit Message

Tom Rini July 12, 2022, 9:34 p.m. UTC
For quite a long time we've been using a 3 week, rather than 2 week,
merge window as it was only 2 weeks during the timeframe where we did 2
month rather than 3 month releases.  This corrects the places that still
had 2 weeks and tries to make things a bit clearer overall.

Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
Changes in v3:
- New patch suggested by Heinrich
---
 doc/develop/process.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Comments

Tom Rini July 15, 2022, 11:02 a.m. UTC | #1
On Tue, Jul 12, 2022 at 05:34:15PM -0400, Tom Rini wrote:

> For quite a long time we've been using a 3 week, rather than 2 week,
> merge window as it was only 2 weeks during the timeframe where we did 2
> month rather than 3 month releases.  This corrects the places that still
> had 2 weeks and tries to make things a bit clearer overall.
> 
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/develop/process.rst b/doc/develop/process.rst
index 56c9d274be71..f9b4201068a0 100644
--- a/doc/develop/process.rst
+++ b/doc/develop/process.rst
@@ -8,8 +8,8 @@  Management Summary
 
 * Development happens in Release Cycles of 3 months.
 
-* The first 2 weeks are called Merge Window, which is followed by a
-  Stabilization Period.
+* The first 3 weeks of the cycle are referred to as the Merge Window, which is
+  followed by a Stabilization Period.
 
 * Patches with new code get only accepted while the Merge Window is open.
 
@@ -27,7 +27,7 @@  U-Boot development takes place in `Release Cycles
 <https://www.denx.de/wiki/U-Boot/ReleaseCycle>`_.  A Release Cycle lasts
 normally for three months.
 
-The first two weeks of each Release Cycle are called *Merge Window*.
+The first three weeks of each Release Cycle are called *Merge Window*.
 
 It is followed by a *Stabilization Period*.
 
@@ -36,8 +36,9 @@  The end of a Release Cycle is marked by the release of a new U-Boot version.
 Merge Window
 ------------
 
-The Merge Window is the period when new patches get submitted
-(and hopefully accepted) for inclusion into U-Boot mainline.
+The Merge Window is the period when new patches get submitted (and hopefully
+accepted) for inclusion into U-Boot mainline. This period lasts for 21 days (3
+weeks) and ends with the release of ``"-rc1"``.
 
 This is the only time when new code (like support for new processors or new
 boards, or other new features or reorganization of code) is accepted.