diff options
author | John Helmert III <ajak@gentoo.org> | 2022-10-12 11:30:32 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-10-12 11:30:32 -0500 |
commit | 02778836763abaac8e5b11129e02d072cf09c0cd (patch) | |
tree | 696c28372c8b8d66b25fc2f1031e1e9287c53f63 /sync-autobuilds.sh | |
parent | sign-autobuilds: try to avoid tty error output (diff) | |
download | mastermirror-scripts-02778836763abaac8e5b11129e02d072cf09c0cd.tar.gz mastermirror-scripts-02778836763abaac8e5b11129e02d072cf09c0cd.tar.bz2 mastermirror-scripts-02778836763abaac8e5b11129e02d072cf09c0cd.zip |
autobuilds: add loong20221012T163101Z
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-x | sync-autobuilds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 699f4c3..09fc3dd 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -3,8 +3,8 @@ # might be earlier copyright, no history available # Keep this variable in sync in both sign-autobuilds.sh & sync-autobuilds.sh -_ARCHES="alpha amd64 arm64 arm hppa ia64 m68k mips ppc riscv s390 sh sparc x86" - #alpha amd64 arm64 arm hppa ia64 m68k mips ppc riscv s390 sh sparc x86 +_ARCHES="alpha amd64 arm64 arm hppa ia64 loong m68k mips ppc riscv s390 sh sparc x86" + #alpha amd64 arm64 arm hppa ia64 loong m68k mips ppc riscv s390 sh sparc x86 ARCHES=${ARCHES:-${_ARCHES}} # The -rp_*asc filter rules causes rsync to only delete .asc files that are in |