diff options
author | Erich Eckner <git@eckner.net> | 2018-06-01 09:56:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-01 09:56:55 +0200 |
commit | 098737504523fe2ea1c89cff20a0fba69c2415c2 (patch) | |
tree | 029b0d6b1f986031d65cca7d591af9afe964713b | |
parent | 257ae8e59c2c0f054ad2981222708897b0b35ce6 (diff) | |
download | builder-098737504523fe2ea1c89cff20a0fba69c2415c2.tar.xz |
lib/mysql-functions: remove done TODO
-rwxr-xr-x | lib/mysql-functions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index 9470579..faf2e61 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -20,10 +20,6 @@ fi # `binary_packages_in_repositories` needs `binary_packages` anymore, # otherwise let them untouched) -# TODO: `has_issues`,`is_tested`,`is_to_be_deleted`,`last_moved` should -# be columns of `binary_packages_in_repositories` instead of -# `binary_packages` - # base64_encode_each encode each line of stdin with base64 base64_encode_each() { |