summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-05-08 15:51:22 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-05-08 15:51:22 -0700
commit02a991c9c4d5436063f4a221ae0e725ff384a236 (patch)
tree2bdd72db05c9bd5f7c342274414faa0b2c647a36 /sync-autobuilds.sh
parentsync-autobuilds.sh: cleanup script (diff)
downloadmastermirror-scripts-02a991c9c4d5436063f4a221ae0e725ff384a236.tar.gz
mastermirror-scripts-02a991c9c4d5436063f4a221ae0e725ff384a236.tar.bz2
mastermirror-scripts-02a991c9c4d5436063f4a221ae0e725ff384a236.zip
sync-autobuilds.sh: add arm64 for future
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-xsync-autobuilds.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh
index 8f46b38..17d2cf3 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 amd64 arm hppa ia64 ppc s390 sh sparc x86"
- #alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86
+ARCHES="alpha arm64 amd64 arm hppa ia64 ppc s390 sh sparc x86"
+ #alpha arm64 amd64 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.