index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/return-assignment | 5 |
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 |