index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-08-07 11:35:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-08-07 11:35:15 +0200 |
commit | 1daf76e9fc55e08bd341673b2f43eec04e5ac134 (patch) | |
tree | 1e20cd65ac57a2bf90a94a7843a72a0d308bb0bf /bin | |
parent | cc9c5ffb745e0b73ff80bee4b9bbf8a2b56adf26 (diff) |
-rwxr-xr-x | bin/nit-picker | 3 | ||||
-rwxr-xr-x | bin/sanity-check | 6 |
diff --git a/bin/nit-picker b/bin/nit-picker index 647bfca..102b831 100755 --- a/bin/nit-picker +++ b/bin/nit-picker @@ -13,6 +13,9 @@ # - check for differences of dependencies between mysql and git # - check for differences of dependencies between mysql and packages # - check for installability of packages +# - It would be also nice to have the possibility to fix broken +# dependencies in the database automatically. + if [ $# -ge 1 ] && [ "x$1" = 'x-n' ]; then >&2 echo 'not joining irc' 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' |