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 0D113158089 for ; Sun, 8 Oct 2023 23:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 549792BC027; Sun, 8 Oct 2023 23:09:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 391532BC027 for ; Sun, 8 Oct 2023 23:09:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43197335C5D for ; Sun, 8 Oct 2023 23:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7F63AF9 for ; Sun, 8 Oct 2023 23:09:25 +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: <1696806563.5ef7b638f16c10b1e2b8831dbc16f79dbc90abc0.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: 5ef7b638f16c10b1e2b8831dbc16f79dbc90abc0 X-VCS-Branch: master Date: Sun, 8 Oct 2023 23:09:25 +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: cfbb927c-6890-4366-b37b-7e2bdec2d9f9 X-Archives-Hash: d19319ad2310dfe1e3de589ccfdf9840 commit: 5ef7b638f16c10b1e2b8831dbc16f79dbc90abc0 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Oct 8 23:09:23 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Oct 8 23:09:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5ef7b638 copy_buildsync: disable sync for everything except alpha to test new symlink code Signed-off-by: Robin H. Johnson gentoo.org> scripts/copy_buildsync.sh | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 9a13872a..c313af72 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -11,20 +11,21 @@ LOGDIR_BASE="/release/distfiles/tmp/buildsync/logs" ARCHES=( alpha - amd64 - arm - arm64 - hppa - ia64 - loong - mips - m68k - ppc - riscv - s390 - sh - sparc - x86 + # Temporarily disable to reduce flap. + #amd64 + #arm + #arm64 + #hppa + #ia64 + #loong + #mips + #m68k + #ppc + #riscv + #s390 + #sh + #sparc + #x86 ) RSYNC_OPTS=( -aO