From 435d735e84d57f12c7d75d23a30040e6f67003ad Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 6 Mar 2021 16:23:15 +0100 Subject: bin/return-assignment: add yet another reason for prioritizing haskell stuff --- bin/return-assignment | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3