diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-10-08 16:20:17 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-10-08 16:20:26 -0700 |
commit | 8b0e4c14c1a508a864ca47cb47b5c76c39cee858 (patch) | |
tree | abad3e78524a7437925301762bbbb83d94198f01 /scripts | |
parent | copy_buildsync: fix relative globbing again (diff) | |
download | releng-8b0e4c14c1a508a864ca47cb47b5c76c39cee858.tar.gz releng-8b0e4c14c1a508a864ca47cb47b5c76c39cee858.tar.bz2 releng-8b0e4c14c1a508a864ca47cb47b5c76c39cee858.zip |
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@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copy_buildsync.sh | 29 |
1 files 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 |