index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-10-05 09:17:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-05 09:17:56 +0200 |
commit | 31fef3a3e90c217a16c14c7385dcdcf54214d119 (patch) | |
tree | 40998bf3326556c3043e042c24190d82f7cc6b19 | |
parent | 21e4b75061505537ddc8403718136b2c72324a93 (diff) |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index 9e5a59b..7ea2474 100755 --- a/bin/db-update +++ b/bin/db-update @@ -7,7 +7,7 @@ # The condition [1] is explained in the stored function # calculate_maximal_moveable_set which is created in bin/bootsrap-mysql -# TODO: separate locks for staging, testing (and stable) +# TODO: make (all) locking less restrictive # shellcheck disable=SC2039,SC2119,SC2120 |