diff options
author | Erich Eckner <git@eckner.net> | 2018-06-07 09:46:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-07 09:46:07 +0200 |
commit | 427a07d31014c0af40c8466970b9ff5ae2783b92 (patch) | |
tree | c9cf38fbe5570db49cea29fd04377f98a2c2901c /lib | |
parent | 975cec1f951204184222c48e5abefeb68399d54f (diff) | |
download | builder-427a07d31014c0af40c8466970b9ff5ae2783b92.tar.xz |
lib/mysql-functions: add TODO
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index 885e445..14dc3d6 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -1113,6 +1113,9 @@ mysql_retrieve_static_information() { )" } +# TODO: give the real file names, not the file names reconstructed from +# the database (remember: $sub_pkgrel=0 may be omitted for older packages) + # mysql_query_and_delete_unneeded_binary_packages # print a query which lists and deletes binary_packages which are not # linked from binary_packages_in_repositories |