summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin-bisect.sh')
-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