summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/common-functions6
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