diff options
author | Erich Eckner <git@eckner.net> | 2021-03-06 16:23:15 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-06 16:23:15 +0100 |
commit | 435d735e84d57f12c7d75d23a30040e6f67003ad (patch) | |
tree | e6afe17d3dd78cb9b9a513d77c896c01fa3f679b | |
parent | 3f74fc87c5b94cb630940cf20bdfae13acea5740 (diff) | |
download | builder-435d735e84d57f12c7d75d23a30040e6f67003ad.tar.xz |
bin/return-assignment: add yet another reason for prioritizing haskell stuff
-rwxr-xr-x | bin/return-assignment | 4 |
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 |