From 9b09b26118107142745f0f4ba1094de3d043d389 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 13 Jun 2018 11:35:26 +0200 Subject: bin/get-assignment: of equally compared build_assignments, built oldest first, not the one with lowest id --- bin/get-assignment | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/get-assignment b/bin/get-assignment index 365eea5..fde40a9 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -195,6 +195,7 @@ next_building=$( printf ' `last_trial`,' printf ' `architectures`.`id`=`build_assignments`.`architecture` DESC,' printf ' `part_of_loop`,' + printf ' `package_sources`.`commit_time`,' printf ' `build_assignments`.`id`' printf ' LIMIT 1' printf ') AS `q`;\n' -- cgit v1.2.3