From 8841e43ff0fc604092306a6ef8f9bf6eaf1b4637 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 1 Feb 2018 12:26:09 +0100 Subject: bin/common-functions: add some meta-TODOs --- bin/common-functions | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf