summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-05-10 17:09:29 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-05-10 17:10:57 +0200
commitebc080c31d8f941480c973dc5d49eed218f5c687 (patch)
treeb5375db3f27a4821eb7569e5b221b258d83ed025
parent0c4c3e9eee25b557607d3da48135a52b43dbad8f (diff)
round-robin-bisect.sh: typo for trigger files
.. and fix mistake for trigger-build-default Change-Id: Ifd9261f1fdd9259ca6e4f3dabe9435aba6d7fffa
-rwxr-xr-xround-robin-bisect.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index a2fd9d45..f9beffd2 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -679,7 +679,7 @@ fi
if [ x"$reset_rev" != x"" ]; then \
if [ "$project_use_dynamic_component_list" ]; then
- c_git=$(get_manifest $artifacts/build-$bad_rev/manifest.sh "rr[${current_project}_git]}")
+ c_git=$(get_manifest $artifacts/build-$bad_rev/manifest.sh "{rr[${current_project}_git]}")
cat > $artifacts/trigger-build-2-reset <<EOF
components_to_update=
extra_build_params===rr[${current_project}_git] $c_git
@@ -720,7 +720,6 @@ cp $artifacts/build-$bad_rev/trigger-build-$current_project \
if [ "$project_use_dynamic_component_list" ]; then
cat > $artifacts/trigger-build-3-default <<EOF
components_to_update=*
-update_baseline=force
EOF
else
sed -i -e "s%^\(${current_project}_git\)=.*\$%\1=$bad_git%" \