From 4f615a414096ee70452616b8434370733bd2257b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 4 Mar 2013 13:02:28 +0000 Subject: [PATCH] cs-bisection-step: prefer to use as basis flights lexically early blessings (prefer "real" over "real-bisect") This avoids us routinely using a previous bisection pass as a basis pass and insisting on reproing it --- cs-bisection-step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-bisection-step b/cs-bisection-step index 617464b..d9ddc66 100755 --- a/cs-bisection-step +++ b/cs-bisection-step @@ -326,7 +326,7 @@ END AND $flight_is_not_broken AND $flight_cond{basis} $maxflight_cond - ORDER BY flights.started DESC + ORDER BY blessing, flights.started DESC END print STDERR "Searching for failure / basis pass:\n"; -- 2.39.5