index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 | ||||
-rwxr-xr-x | bin/return-assignment | 2 |
diff --git a/bin/db-update b/bin/db-update index 738f3d6..51114f0 100755 --- a/bin/db-update +++ b/bin/db-update @@ -9,6 +9,8 @@ # TODO: make (all) locking less restrictive +# TODO: use the intention-queue + # shellcheck disable=SC2039,SC2119,SC2120 # shellcheck source=../lib/load-configuration diff --git a/bin/return-assignment b/bin/return-assignment index 831af1a..ec1673a 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -21,6 +21,8 @@ # TODO: remove hard-coded package suffixes +# TODO: use the intention-queue + # shellcheck disable=SC2119,SC2120 # shellcheck source=../lib/load-configuration |