index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/seed-build-list | 7 |
diff --git a/bin/seed-build-list b/bin/seed-build-list index 1ac49d5..342e12c 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -722,6 +722,13 @@ if ${update}; then printf ' OR `architectures`.`id`=%s' \ "${architecture_ids__any}" printf ');\n' + +# TODO: We might now need to delete deletion-list packages which are now +# on the build-list, too. The questions are: +# Does that actually happen? +# Why should that actually happen? +# Should we rather fix the other end (e.g. should these packages really +# be on the build-list)? } | \ mysql_run_query |