index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 1 |
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 ')' |