index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-12-06 09:06:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-12-06 09:06:04 +0100 |
commit | 36564f45e007b4fd832c187bc406574a13d68766 (patch) | |
tree | c102f8ccdd7f8a47b14d6953746d9d6baf33b2e6 /bin | |
parent | 0b5474bd4539ff6344604cedd21a076dbd18319e (diff) |
-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 |