commit:     b42481cdb6a428c661ad8f5cb8851793454bc817
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:42:47 2021 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:42:47 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=b42481cd

scripts/copy_buildsync: disable dead spam

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 scripts/copy_buildsync.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 81137b43..193075ef 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -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

Reply via email to