summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/return-assignment4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index d1558af..b512230 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -384,6 +384,10 @@ if [ "$6" = 'ERROR' ]; then
# build list (e.g. some race condition between this build and its
# dependencies occured).
+# TODO: Iff broken dependencies were rescheduled or prioritized, we
+# should raise the priority of the returned package to one less than the
+# maximum value (so it will be rebuilt after the broken dependencies).
+
# now we look if the broken packages have been rebuilt in the meantime
haskell_rebuild_packages=$(
# shellcheck disable=SC2016