summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 3813f22..7014129 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -7,12 +7,6 @@
# 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. It would be also nice
-# to have the possibility to fix broken dependencies in the database
-# automatically.
-
usage() {
>&2 echo ''
>&2 echo 'sanity-check [options] [checks]: check sanity of build master'