check_stop bisect.
-sticky=bisecting-sticky-branch
startstamp=tmp/bisection-start-stamp
anyflagfile=tmp/bisected-any.$branch
"
if ! test -f $mrof; then
- rm -f $sticky
rm -f $startstamp
echo "$branch no mro"
exit 0
rm -f tmp/bisected.$branch.*
fi
-if test -f $sticky; then
- read <$sticky sticky_branch
- if [ "x$sticky_branch" != "x$branch" ]; then
- echo "$branch but sticky $sticky_branch, skipping"
- exit 0
- fi
-fi
-
compute_state_done_callback () {
touch $flagfile
touch $anyflagfile
- rm -f $sticky
}
compute_state_callback () {
}
perhaps_bisect_step_core_testing_callback () {
-# echo $branch >$sticky.new
-# mv -f $sticky.new $sticky
printf "%s\n%s\n%s\n" $branch $job $testid >$startstamp.new
touch -r $mrof -m $startstamp.new
cmp $startstamp $startstamp.new || mv -f $startstamp.new $startstamp