index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-04-15 12:16:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-15 12:16:44 +0200 |
commit | 57836ecffe5c6029bc71e19012120a1583b49ae0 (patch) | |
tree | 3971b27dbb6f0541d91b008c370737381af43056 | |
parent | 7b5ddf64cc4f057b2bcc3fd935ca9575b946925d (diff) |
-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 ')' |