index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 3 |
diff --git a/bin/get-assignment b/bin/get-assignment index b7cdb8a..48742da 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -198,6 +198,9 @@ while [ -s "${work_dir}/forced-package-builds.${slave}" ]; do fi done +# TODO: any packages should be built on pentium4 - they fail too often +# on i486 due to unavailable dependencies. + # a package with [all dependencies met or which is part of a loop] # and which is currently not being built, ordered by: # 1: we requested it |