diff options
author | Alec Warner <antarus@gentoo.org> | 2020-08-13 17:07:40 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2020-08-13 17:07:40 -0700 |
commit | bf9fb8c5af3aece660c4a2abb0d91359b7b481dd (patch) | |
tree | 437f3451ec69ab51bab250430d49b62d52595eb2 | |
parent | Sign arm64 (diff) | |
download | mastermirror-scripts-bf9fb8c5af3aece660c4a2abb0d91359b7b481dd.tar.gz mastermirror-scripts-bf9fb8c5af3aece660c4a2abb0d91359b7b481dd.tar.bz2 mastermirror-scripts-bf9fb8c5af3aece660c4a2abb0d91359b7b481dd.zip |
Fix ordering.20200814T015625Z
Signed-off-by: Alec Warner <antarus@gentoo.org>
-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 f12ef67..8c8577b 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright 2011-2020 Gentoo Foundation; Distributed under the GPL v2 # might be earlier copyright, no history available -ARCHES="alpha arm64 amd64 arm hppa ia64 ppc s390 sh sparc x86" - #alpha arm64 amd64 arm hppa ia64 mips ppc s390 sh sparc x86 +ARCHES="alpha and64 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 # directories that would otherwise be deleted. |