From a186d4ffccab0d255e890dcaf563e2652c5b176e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Jan 2018 14:01:28 +0100 Subject: bin/get-assignment: clarify comment --- bin/get-assignment | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/get-assignment') diff --git a/bin/get-assignment b/bin/get-assignment index 270367e..298ea78 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -139,7 +139,9 @@ if [ -n "${currently_building}" ]; then hand_out_assignment ${currently_building} fi -# packages with all dependencies met, ordered by number of failed trials +# a package with all dependencies met or which is part of a loop, +# that we requested or +# which has been built the least times next_building=$( # shellcheck disable=SC2016 { -- cgit v1.2.3-54-g00ecf