summaryrefslogtreecommitdiff
path: root/bin/seed-build-list
diff options
context:
space:
mode:
Diffstat (limited to 'bin/seed-build-list')
-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