diff options
author | Alec Warner <antarus@gentoo.org> | 2020-08-14 13:06:36 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2020-08-14 13:06:36 -0700 |
commit | 3f2921be277732577ef88cbca5b3088f87251ff9 (patch) | |
tree | f5da47635bb950980b32f29f6a5bef1df935ff74 | |
parent | Fix ordering. (diff) | |
download | mastermirror-scripts-3f2921be277732577ef88cbca5b3088f87251ff9.tar.gz mastermirror-scripts-3f2921be277732577ef88cbca5b3088f87251ff9.tar.bz2 mastermirror-scripts-3f2921be277732577ef88cbca5b3088f87251ff9.zip |
amd64 not and6420200814T200702Z
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-x | sync-autobuilds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 8c8577b..64bf1d1 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2011-2020 Gentoo Foundation; Distributed under the GPL v2 # might be earlier copyright, no history available -ARCHES="alpha and64 arm64 arm hppa ia64 ppc s390 sh sparc x86" +ARCHES="alpha amd64 arm64 arm hppa ia64 ppc s390 sh sparc x86" #alpha amd64 arm64 arm hppa ia64 mips ppc s390 sh sparc x86 # The -rp_*asc filter rules causes rsync to only delete .asc files that are in |