summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/return-assignment5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index 7abd6de..d1558af 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -379,6 +379,11 @@ if [ "$6" = 'ERROR' ]; then
# TODO: We might want to prioritize broken dependencies, which are already
# on the build-list.
+# TODO: We might also want to prioritize the returned package if there
+# were broken dependencies identified, but none of these is still on the
+# build list (e.g. some race condition between this build and its
+# dependencies occured).
+
# now we look if the broken packages have been rebuilt in the meantime
haskell_rebuild_packages=$(
# shellcheck disable=SC2016