index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-02-12 14:25:39 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-12 14:25:39 +0100 |
commit | 1378f7609b70ed44926ed7a19822fe7c630e20be (patch) | |
tree | d1ad3e285185a25ca5b2a851c6ec3e62afe55522 | |
parent | 1bee9d0041a1772d1066481d49bb349fa4adc28d (diff) |
-rwxr-xr-x | bin/mysql-functions | 1 |
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} } |