summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-01 12:26:09 +0100
committerErich Eckner <git@eckner.net>2018-02-01 12:26:09 +0100
commit8841e43ff0fc604092306a6ef8f9bf6eaf1b4637 (patch)
tree8652789a082cba1c7c5efb4239429227e2139591
parent804f05c76120d3e12dcf11858ec4f70e59a3d194 (diff)
downloadbuilder-8841e43ff0fc604092306a6ef8f9bf6eaf1b4637.tar.xz
bin/common-functions: add some meta-TODOs
-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