index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-06-16 15:45:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-16 15:45:57 +0200 |
commit | 72a738c4cb5ae7fe17161df995a51d54388ac3e8 (patch) | |
tree | 86482fbae1a92fa97b836638d40b954844613aa4 /lib | |
parent | 19a8122633a7c0ef55dc2bfa67c3b89adfdffe92 (diff) |
-rwxr-xr-x | lib/mysql-functions | 4 |
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' |