index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-01 16:07:06 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-01 16:07:06 +0200 |
commit | 2c70dca9332451b04aca397ebe62b58041e9bc9d (patch) | |
tree | dc07b05d450ae3b897f7ca23ccf5ee2bc165e57e /lib | |
parent | eab92b64672d6945fba1ad4ea56d5303a5abc46e (diff) |
-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", |