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 1c8426e..ddb045d 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -548,6 +548,11 @@ if [ ! -s "${tmp_dir}/package-ids" ]; then exit 4 fi +# TODO: maybe, we should not put "any" packages into repositories of all +# architectures at once, but wait until they can actually be installed +# on that architecture? (They might be missing an architecture specific +# dependency) + # shellcheck disable=SC2016 { printf 'SELECT `binary_packages`.`id`,' |