index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
commit | fc41ad4920b552ba5e39be169d4b27b5897c7852 (patch) | |
tree | 4a08e6d190d5f955d67c32d77ab46ee71808e73a /bin/sanity-check | |
parent | a4f18cd8210a0e572e41a7744664f518faaa6498 (diff) |
-rwxr-xr-x | bin/sanity-check | 2 |
diff --git a/bin/sanity-check b/bin/sanity-check index 7014129..75a4206 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -7,6 +7,8 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: remove hard-coded package suffixes + usage() { >&2 echo '' >&2 echo 'sanity-check [options] [checks]: check sanity of build master' |