summaryrefslogtreecommitdiff
path: root/bin/get-assignment
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-assignment')
-rwxr-xr-xbin/get-assignment1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-assignment b/bin/get-assignment
index 93898f4..8aa4aa8 100755
--- a/bin/get-assignment
+++ b/bin/get-assignment
@@ -378,6 +378,7 @@ next_building=$(
printf ' GROUP BY `failed_builds`.`build_assignment`'
printf ') AS `latest_failed_builds`'
printf ' ON `latest_failed_builds`.`build_assignment`=`build_assignments`.`id`'
+# TODO: it looks, like i686/gcc currently can block pentium4/gcc - this should not be!
printf ' LEFT JOIN ('
# Does this job wait for something else in `toolchain_order`?
printf 'SELECT '