mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Clarify the utility of the development branches.
* doc/contributing.texi (Submitting Patches): Clarify the utility of the 'staging' and 'core-updates' branches.
This commit is contained in:
parent
bd3f3f8150
commit
4de688738c
1 changed files with 4 additions and 2 deletions
|
@ -1080,12 +1080,14 @@ rebuilding induced, commits go to different branches, along these lines:
|
||||||
@code{staging} branch (non-disruptive changes). This branch is intended
|
@code{staging} branch (non-disruptive changes). This branch is intended
|
||||||
to be merged in @code{master} every 6 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
|
(e.g., an update of the GNOME stack) can instead go to a specific branch
|
||||||
(say, @code{gnome-updates}).
|
(say, @code{gnome-updates}). This branch is not expected to be
|
||||||
|
buildable or usable until late in its development process.
|
||||||
|
|
||||||
@item more than 1,800 dependent packages
|
@item more than 1,800 dependent packages
|
||||||
@code{core-updates} branch (may include major and potentially disruptive
|
@code{core-updates} branch (may include major and potentially disruptive
|
||||||
changes). This branch is intended to be merged in @code{master} every
|
changes). This branch is intended to be merged in @code{master} every
|
||||||
6 months or so.
|
6 months or so. This branch is not expected to be buildable or usable
|
||||||
|
until late in its development process.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
All these branches are @uref{@value{SUBSTITUTE-URL},
|
All these branches are @uref{@value{SUBSTITUTE-URL},
|
||||||
|
|
Loading…
Reference in a new issue