diff options
author | Erich Eckner <git@eckner.net> | 2019-04-29 11:54:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-29 11:54:34 +0200 |
commit | 72977bae3547b5537eae833149087b7bad4ad9bc (patch) | |
tree | 8c56788573de518c60c947f269152d8d9f718a38 /bin/db-update | |
parent | 513940b596873ef218e4441d6faa3166a9cc6011 (diff) | |
download | builder-72977bae3547b5537eae833149087b7bad4ad9bc.tar.xz |
bin/db-update: add TODO
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index a8abc9a..9e3bfd8 100755 --- a/bin/db-update +++ b/bin/db-update @@ -9,6 +9,9 @@ # TODO: make (all) locking less restrictive +# TODO: iterate over architectures instead of running all architectures +# in one run + # shellcheck disable=SC2039,SC2119,SC2120 # shellcheck source=../lib/load-configuration |