summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-12-06 09:06:04 +0100
committerErich Eckner <git@eckner.net>2019-12-06 09:06:04 +0100
commit36564f45e007b4fd832c187bc406574a13d68766 (patch)
treec102f8ccdd7f8a47b14d6953746d9d6baf33b2e6
parent0b5474bd4539ff6344604cedd21a076dbd18319e (diff)
downloadbuilder-36564f45e007b4fd832c187bc406574a13d68766.tar.xz
bin/seed-build-list: add TODO
-rwxr-xr-xbin/seed-build-list7
1 files changed, 7 insertions, 0 deletions
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