From 08ccebcc01b34730502587c6ba234a4fe2836d3f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 21 Jun 2019 11:50:08 +0200 Subject: bin/sanity-check: add TODO --- bin/sanity-check | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/sanity-check') diff --git a/bin/sanity-check b/bin/sanity-check index 7014129..bfbb483 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -7,6 +7,10 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: a more severe sanity check of dependencies of available packages +# would be nice to have - however, this will most probably be too +# expensive to be run as regular as this script. + usage() { >&2 echo '' >&2 echo 'sanity-check [options] [checks]: check sanity of build master' -- cgit v1.2.3-54-g00ecf