commit:     8b0e4c14c1a508a864ca47cb47b5c76c39cee858
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 23:20:17 2023 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 23:20:26 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=8b0e4c14

Revert "copy_buildsync: disable sync for everything except alpha to test new 
symlink code"

This reverts commit 5ef7b638f16c10b1e2b8831dbc16f79dbc90abc0.

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

 scripts/copy_buildsync.sh | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 0f0779ce..9da5893d 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -11,21 +11,20 @@ LOGDIR_BASE="/release/distfiles/tmp/buildsync/logs"
 
 ARCHES=(
        alpha
-       # Temporarily disable to reduce flap.
-       #amd64
-       #arm
-       #arm64
-       #hppa
-       #ia64
-       #loong
-       #mips
-       #m68k
-       #ppc
-       #riscv
-       #s390
-       #sh
-       #sparc
-       #x86
+       amd64
+       arm
+       arm64
+       hppa
+       ia64
+       loong
+       mips
+       m68k
+       ppc
+       riscv
+       s390
+       sh
+       sparc
+       x86
 )
 RSYNC_OPTS=(
        -aO

Reply via email to