From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5F1A158086 for ; Fri, 12 Nov 2021 18:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89F042BC004; Fri, 12 Nov 2021 18:42:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACE222BC004 for ; Fri, 12 Nov 2021 18:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEE52343093 for ; Fri, 12 Nov 2021 18:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D89D3 for ; Fri, 12 Nov 2021 18:42:52 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1636742567.b42481cdb6a428c661ad8f5cb8851793454bc817.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: scripts/ X-VCS-Repository: proj/releng X-VCS-Files: scripts/copy_buildsync.sh X-VCS-Directories: scripts/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b42481cdb6a428c661ad8f5cb8851793454bc817 X-VCS-Branch: master Date: Fri, 12 Nov 2021 18:42:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85f7fdcf-3ad7-489a-8302-89f94b215fb5 X-Archives-Hash: 7f74c280ef616ba8443a0832ce9b25bd commit: b42481cdb6a428c661ad8f5cb8851793454bc817 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Nov 12 18:42:47 2021 +0000 Commit: Robin H. Johnson gentoo 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 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