diff options
author | Erich Eckner <git@eckner.net> | 2020-04-17 12:59:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-04-17 12:59:21 +0200 |
commit | a8acf213a28e15bfcc20b49dd5290b343fcd32ae (patch) | |
tree | 424d8dcfeee67e74fad2dfeef2d12d512e3c157d /bin/db-update | |
parent | 6a8f4ca8e0550616751ca4fa636f1c8ca353be40 (diff) | |
download | builder-a8acf213a28e15bfcc20b49dd5290b343fcd32ae.tar.xz |
bin/db-update: add TODO
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index ef03d96..fe8f167 100755 --- a/bin/db-update +++ b/bin/db-update @@ -9,6 +9,8 @@ # TODO: make (all) locking less restrictive +# TODO: -f should move *all* parts of the mentioned split package + # shellcheck disable=SC2039,SC2119,SC2120 # shellcheck source=../lib/load-configuration |