commit:     5ef7b638f16c10b1e2b8831dbc16f79dbc90abc0
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 23:09:23 2023 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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

Reply via email to