summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--round-robin.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 6be66f57..6a3af0e0 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -14,15 +14,16 @@ declare -gA rr
# a baseline for the next build.
#rr[PROJECT_git]
-# PROJECT's git SHA1 revision. These are mostly used in manifests.
+# PROJECT's git SHA1 revision. This is used in manifest and overrides
+# any branch setting in ${rr[PROJECT_git]}.
#rr[PROJECT_rev]
-# Baseline branch name for current configuration. These branches should
-# be present in all above git repos (if ${rr[init_configuration]} is false).
+# Baseline branch name for current configuration.
#rr[baseline_branch]="${rr[ci_project]}/${rr[ci_config]}"
# Run mode: build or bisect. In bisect mode we do a couple things
-# slightly differently (e.g., don't touch repo in clone_repo() ).
+# slightly differently (e.g., don't touch repo in clone_repo() ), and
+# it is allowed to have only a single component updated.
#rr[mode]="$mode"
# How to handle baseline: