diff options
author | Erich Eckner <git@eckner.net> | 2018-02-01 12:26:09 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-01 12:26:09 +0100 |
commit | 8841e43ff0fc604092306a6ef8f9bf6eaf1b4637 (patch) | |
tree | 8652789a082cba1c7c5efb4239429227e2139591 /bin/common-functions | |
parent | 804f05c76120d3e12dcf11858ec4f70e59a3d194 (diff) | |
download | builder-8841e43ff0fc604092306a6ef8f9bf6eaf1b4637.tar.xz |
bin/common-functions: add some meta-TODOs
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/common-functions b/bin/common-functions index 03a177b..a845d24 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,9 +2,13 @@ # contains functions used by more than one script +# shellcheck disable=SC2039 + # TODO: include link depenendencies in run-depends metadata -# shellcheck disable=SC2039 +# TODO: have full information (currently in files) in database + +# TODO: remove state files / metadata files if [ -z "${base_dir}" ]; then # just to make shellcheck happy |