index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-06-03 08:53:37 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-03 08:53:37 +0200 |
commit | c3532c1b7e8cfa6325780e82782919732bbe6e5e (patch) | |
tree | 45343d135527ab8802118bec1beb89b50c6d6fe7 /bin/sanity-check | |
parent | 3d1381fc22e55633e5b21b60cd6324a3b780a11c (diff) |
-rwxr-xr-x | bin/sanity-check | 3 |
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 |