index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 7 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index b9489a6..b6db097 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -342,13 +342,6 @@ mysql_generate_package_metadata() { done done - # TODO: This should become multiple mysql queries: - # 1st inserting install_targets - # 2nd inserting binary_packages (and binary_packages_in_repositories) - # 3rd,4th inserting dependencies and install_target_providers - # The links between the above should _solely_ be made by the ids of - # the respective rows. - # TODO: Data should be loaded by "LOAD DATA LOCAL INFILE ...". This # has two advantages: 1st, we separate data from the commands # (aesthetic), 2nd, we can prepare/check the data to load "offline", |