diff options
-rwxr-xr-x | bin/return-assignment | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/return-assignment b/bin/return-assignment index bba5bdb..3178d09 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -370,6 +370,9 @@ if [ "$6" = 'ERROR' ]; then tr ' ' '\t' > \ "${tmp_dir}/broken-packages-with-version" +# TODO: prioritize those packages which will not get scheduled, because +# they are already on the build-list + # now we look if the broken packages have been rebuilt in the meantime haskell_rebuild_packages=$( # shellcheck disable=SC2016 |