summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-15 12:16:44 +0200
committerErich Eckner <git@eckner.net>2019-04-15 12:16:44 +0200
commit57836ecffe5c6029bc71e19012120a1583b49ae0 (patch)
tree3971b27dbb6f0541d91b008c370737381af43056
parent7b5ddf64cc4f057b2bcc3fd935ca9575b946925d (diff)
downloadbuilder-57836ecffe5c6029bc71e19012120a1583b49ae0.tar.xz
bin/get-assignment: add TODO
-rwxr-xr-xbin/get-assignment1
1 files changed, 1 insertions, 0 deletions
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 ')'