nixpkgs manual: document staging-next branch

This commit is contained in:
Frederik Rietdijk 2019-10-30 12:20:18 +01:00 committed by Frederik Rietdijk
parent 7cd83236b9
commit 62193ec416

View File

@ -375,31 +375,32 @@ Additional information.
<section xml:id="submitting-changes-master-branch"> <section xml:id="submitting-changes-master-branch">
<title>Master branch</title> <title>Master branch</title>
<para>
<itemizedlist> The <literal>master</literal> branch is the main development branch.
<listitem> It should only see non-breaking commits that do not cause mass rebuilds.
<para> </para>
It should only see non-breaking commits that do not cause mass rebuilds.
</para>
</listitem>
</itemizedlist>
</section> </section>
<section xml:id="submitting-changes-staging-branch"> <section xml:id="submitting-changes-staging-branch">
<title>Staging branch</title> <title>Staging branch</title>
<para>
The <literal>staging</literal> branch is a development branch where mass-rebuilds go.
It should only see non-breaking mass-rebuild commits.
That means it is not to be used for testing, and changes must have been well tested already.
If the branch is already in a broken state, please refrain from adding extra new breakages.
</para>
</section>
<itemizedlist> <section xml:id="submitting-changes-staging-next-branch">
<listitem> <title>Staging-next branch</title>
<para> <para>
It's only for non-breaking mass-rebuild commits. That means it's not to be used for testing, and changes must have been well tested already. <link xlink:href="https://web.archive.org/web/20160528180406/http://comments.gmane.org/gmane.linux.distributions.nixos/13447">Read policy here</link>. The <literal>staging-next</literal> branch is for stabilizing mass-rebuilds submitted to the <literal>staging</literal> branch prior to merging them into <literal>master</literal>.
</para> Mass-rebuilds should go via the <literal>staging</literal> branch.
</listitem> It should only see non-breaking commits that are fixing issues blocking it from being merged into the <literal>master </literal> branch.
<listitem> </para>
<para> <para>
If the branch is already in a broken state, please refrain from adding extra new breakages. Stabilize it for a few days, merge into master, then resume development on staging. <link xlink:href="http://hydra.nixos.org/jobset/nixpkgs/staging#tabs-evaluations">Keep an eye on the staging evaluations here</link>. If any fixes for staging happen to be already in master, then master can be merged into staging. If the branch is already in a broken state, please refrain from adding extra new breakages. Stabilize it for a few days and then merge into master.
</para> </para>
</listitem>
</itemizedlist>
</section> </section>
<section xml:id="submitting-changes-stable-release-branches"> <section xml:id="submitting-changes-stable-release-branches">