index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 2 |
diff --git a/bin/sanity-check b/bin/sanity-check index 0a3853f..1ebd86e 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -7,6 +7,8 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: move mysql sanity check from build-master-status to here + usage() { >&2 echo '' >&2 echo 'sanity-check [options] [checks]: check sanity of build master' |