From 57836ecffe5c6029bc71e19012120a1583b49ae0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Apr 2019 12:16:44 +0200 Subject: bin/get-assignment: add TODO --- bin/get-assignment | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/get-assignment b/bin/get-assignment index bea2b9f..b53190f 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -239,6 +239,7 @@ next_building=$( printf ') AND (' mysql_query_is_part_of_loop '`build_assignments`.`id`' printf ' OR NOT ' + # TODO: this should be the architecture of the build command, not the build slave mysql_query_has_pending_dependencies '`architectures`.`id`' '`build_assignments`.`id`' printf ' OR `toolchain_order`.`pkgbase` IS NOT NULL' printf ')' -- cgit v1.2.3-54-g00ecf