diff options
author | Erich Eckner <git@eckner.net> | 2018-02-01 11:51:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-01 11:51:58 +0100 |
commit | 8d3d7cabdad3b873722064632968f3ce916b3e99 (patch) | |
tree | d213fce4bf02db2789c5f292287ccb4faa1998a7 /bin/seed-build-list | |
parent | b8a0ed85a347f35a6c34723f80b4a7355f577785 (diff) | |
download | builder-8d3d7cabdad3b873722064632968f3ce916b3e99.tar.xz |
add many mysql-TODOs
Diffstat (limited to 'bin/seed-build-list')
-rwxr-xr-x | bin/seed-build-list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/seed-build-list b/bin/seed-build-list index cd3152d..08f6a42 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -5,6 +5,8 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" +# TODO: read information from database + # shellcheck disable=SC2016 usage() { >&2 echo '' |