From 36564f45e007b4fd832c187bc406574a13d68766 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 6 Dec 2019 09:06:04 +0100 Subject: bin/seed-build-list: add TODO --- bin/seed-build-list | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf