summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-22 15:19:23 +0100
committerErich Eckner <git@eckner.net>2018-03-22 15:19:23 +0100
commitc772be57eca3a2176ac3931c02fb582f85c0d575 (patch)
tree276bbc6566e141444d37ee464a0c9c6c0ac956fe /lib
parente808f93c3f9af51fa32764d3195bbba33b73d026 (diff)
downloadbuilder-c772be57eca3a2176ac3931c02fb582f85c0d575.tar.xz
decommission package-states directory - we rely on the database now
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common-functions4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 0a5ef1c..f66ccd1 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -4,10 +4,6 @@
# shellcheck disable=SC2039
-# TODO: have full information (currently in files) in database
-
-# TODO: remove state files
-
if [ -z "${base_dir}" ]; then
# just to make shellcheck happy
. 'conf/default.conf'