From 1378f7609b70ed44926ed7a19822fe7c630e20be Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 12 Feb 2018 14:25:39 +0100 Subject: bin/mysql-functions: add TODO --- bin/mysql-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mysql-functions b/bin/mysql-functions index ca78846..4b76d64 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -809,6 +809,7 @@ mysql_cleanup() { printf 'SELECT * FROM `build_assignments` ' printf 'WHERE `build_assignments`.`package_source`=`package_sources`.`id`' printf ');\n' + # TODO: remove handed out build-assignments which are not on the build-list } | \ ${mysql_command} } -- cgit v1.2.3-54-g00ecf