guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: doc: Adjust branching and rebuilding strategy to match reality.


From: guix-commits
Subject: 01/08: doc: Adjust branching and rebuilding strategy to match reality.
Date: Sun, 14 Jun 2020 17:17:03 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bb9a99e6571c492d30f95c5b51ead6861d1dc098
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jun 12 16:22:25 2020 +0200

    doc: Adjust branching and rebuilding strategy to match reality.
    
    The amount of packages has more than tripled since this section was written.
    Adjust the rebuild limits and cycle lengths based on current practices.
    
    * doc/contributing.texi (Submitting Patches): Increase 'staging' rebuild 
limit
    to 1800 packages, and adjust the cycle to six weeks.  Increase 
'core-updates'
    cycle to six months.
---
 doc/contributing.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 88128e5..c56f4fd 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -991,16 +991,16 @@ rebuilding induced, commits go to different branches, 
along these lines:
 @item 300 dependent packages or less
 @code{master} branch (non-disruptive changes).
 
-@item between 300 and 1,200 dependent packages
+@item between 300 and 1,800 dependent packages
 @code{staging} branch (non-disruptive changes).  This branch is intended
-to be merged in @code{master} every 3 weeks or so.  Topical changes
+to be merged in @code{master} every 6 weeks or so.  Topical changes
 (e.g., an update of the GNOME stack) can instead go to a specific branch
 (say, @code{gnome-updates}).
 
-@item more than 1,200 dependent packages
+@item more than 1,800 dependent packages
 @code{core-updates} branch (may include major and potentially disruptive
 changes).  This branch is intended to be merged in @code{master} every
-2.5 months or so.
+6 months or so.
 @end table
 
 All these branches are @uref{@value{SUBSTITUTE-SERVER},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]