about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2022-05-18 14:42:23 +0100
committerGitHub <noreply@github.com>2022-05-18 14:42:23 +0100
commitb3f85a2702b690c1f7f986a970f10142b1e839d1 (patch)
treea0a36e649f8275701163c390483b6c1fe4ccd631 /doc
parente1d2d239992dbfce99df8afb00e71e498cb85613 (diff)
parent1c73a0773caa843fe16ff6e31eb2fcf7c7362695 (diff)
downloadnixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar.gz
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar.bz2
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar.lz
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar.xz
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.tar.zst
nixlib-b3f85a2702b690c1f7f986a970f10142b1e839d1.zip
Merge pull request #172164 from raboof/docs-clarify-mass-rebuild
docs: clarify what a 'mass rebuild' is
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/submitting-changes.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index d428f00eea56..6f87e015b9cf 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -236,7 +236,7 @@ The `master` branch is the main development branch. It should only see non-break
 
 ### Staging branch {#submitting-changes-staging-branch}
 
-The `staging` 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.
+The `staging` branch is a development branch where mass-rebuilds go. Mass rebuilds are commits that cause rebuilds for many packages, like more than 500 (or perhaps, if it's 'light' packages, 1000). 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.
 
 ### Staging-next branch {#submitting-changes-staging-next-branch}