summaryrefslogtreecommitdiff
path: root/lib/mysql-functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mysql-functions')
-rwxr-xr-xlib/mysql-functions4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions
index 67e49aa..f901edb 100755
--- a/lib/mysql-functions
+++ b/lib/mysql-functions
@@ -4,6 +4,10 @@
# shellcheck disable=SC2016,SC2039,SC2119,SC2120
+# TODO: it would be nice to have the info how many build assignments are
+# blocked by each buildassignment - this would be helpful on the web
+# frontend, too
+
if [ -z "${base_dir}" ]; then
# just to make shellcheck happy
. '../lib/load-configuration'