summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-31 08:38:09 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-31 08:38:09 +0000
commitcafb4cb7688832441ad34b0e45b71a7a1cefce7d (patch)
treeb25403a1ab2914dff5a1c9b09d2c75e98c96ed5a
parenta367dd26b5020f1e7fde076c3c469ab1d68a94eb (diff)
round-robin-bisect.sh: Fix linux-next rebase workaround
Change-Id: I472bf099af6d2ab6fb9dbb70c939634aaefafd48
-rwxr-xr-xround-robin-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 72942452..8b6ef3fc 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -60,6 +60,7 @@ declare -g linux_next_stable=$linux_next_stable
EOF
echo "Rebase workaround: forcing linux baseline to $linux_next_stable"
rebase_workaround=true
+ rebase_workaround_opts+=("==rr[linux_url]" "$bad_url")
rebase_workaround_opts+=("==rr[linux_branch]" "$linux_next_stable")
;;
esac