scripts/copy_buildsync: disable dead spam
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
6cd81639e3
commit
b42481cdb6
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue