From 7597b10e8b0256b61b2b7682f374b4ba80e7c0ab Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 15 Aug 2022 09:31:34 +0000 Subject: round-robin.sh: Update comments Change-Id: Iba4df73b4d34b39f63fbb8225a71fef0113e8931 --- round-robin.sh | 9 +++++---- 1 file 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: -- cgit v1.2.3