Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-03 08:53:37 +0200
committerErich Eckner <git@eckner.net>2023-06-03 08:53:37 +0200
commitc3532c1b7e8cfa6325780e82782919732bbe6e5e (patch)
tree45343d135527ab8802118bec1beb89b50c6d6fe7 /bin/sanity-check
parent3d1381fc22e55633e5b21b60cd6324a3b780a11c (diff)
make sanity-check more verbose
* tell, which architecture is broken
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 2844246..36d4db0 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -434,7 +434,8 @@ while [ $# -gt 0 ]; do
)
if [ -n "${errors}" ]; then
if [ ${silence} -le 1 ]; then
- printf '\nThe following packages in %s are missing from the file-database or vice versa:\n%s\n' \
+ printf '\nThe following packages in %s/%s are missing from the file-database or vice versa:\n%s\n' \
+ "${arch}" \
"${repo}" \
"${errors}" | \
tee -a "${tmp_dir}/messages" >&2