scripts/copy_buildsync: disable dead spam

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2021-11-12 10:42:47 -08:00
parent 6cd81639e3
commit b42481cdb6
No known key found for this signature in database
GPG key ID: 19395F23C58826C4

View file

@ -236,12 +236,6 @@ process_arch() {
| fgrep -l -f - $f \
| xargs -n1 --no-run-if-empty readlink -f
done >"${_dead}"
if test -s "${_dead}"; then
echo "copy_buildsync: dead latest*txt files to verify:" 1>&2
cat "${_dead}" 1>&2
fi
mv -f "${_dead}" "${logdir}/dead-latest-txt.txt"
# Cleanup tmpdir