index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-30 12:39:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-30 12:39:44 +0200 |
commit | d23e78cc0971887c0655553e10a5ffb957194728 (patch) | |
tree | f455ba8a8ace94d2abd305be02c39cfd23b7e15f | |
parent | b05bf9f4511d943b22fe67542fa5ca33ebf244c3 (diff) |
-rwxr-xr-x | lib/mysql-functions | 4 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index e13918f..739074c 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -26,6 +26,10 @@ 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() { |