summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh1
-rw-r--r--round-robin.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index d44a2e18..cd387a0c 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -204,6 +204,7 @@ EOF
*) assert_with_msg "Unknown project name: $project_name" false ;;
esac
cat >> $artifacts/trigger-build-rebase <<EOF
+linux_url=${rr[linux_url]}
linux_branch=$baseline_rev
update_baseline=reset
EOF
diff --git a/round-robin.sh b/round-robin.sh
index e5a1164a..1a8ede27 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -579,6 +579,7 @@ No reason to rebase base-artifacts."
update_components2=$(echo "${update_components[@]}" | tr ' ' '-')
for c in ${rr[components]}; do
+ echo "${c}_url=${rr[${c}_url]}"
if echo "${update_components[@]}" | tr ' ' '\n' | grep -q "^$c\$"; then
echo "${c}_branch=${rr[${c}_branch]}"
else