index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 2 |
diff --git a/bin/get-assignment b/bin/get-assignment index 6eaa5d9..f2930c4 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -200,7 +200,7 @@ while [ -s "${work_dir}/forced-package-builds.${slave}" ]; do fi done -# a package with [all dependencies met or which is part of a loop] +# a package with [all dependencies met (or unsuccessfully built) or which is part of a loop] # and which is currently not being built, ordered by: # 1: we requested it # 2: tool chain priority |