summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2022-03-01 12:37:51 -0800
committerAlec Warner <antarus@gentoo.org>2022-03-01 12:37:51 -0800
commite8b2f6456430605681ebba56240240e5e5a7b67d (patch)
treee51294cc3da90ea1461a20ca661ea998d36e1729 /sync-autobuilds.sh
parentsign-autobuilds: Sign the actual files (detached sig), not the file digests (diff)
downloadmastermirror-scripts-e8b2f6456430605681ebba56240240e5e5a7b67d.tar.gz
mastermirror-scripts-e8b2f6456430605681ebba56240240e5e5a7b67d.tar.bz2
mastermirror-scripts-e8b2f6456430605681ebba56240240e5e5a7b67d.zip
Update mastermirror per dilfridge.20220301T213938Z
BUG=https://bugs.gentoo.org/834041 Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-xsync-autobuilds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh
index ad2fc80..699f4c3 100755
--- a/sync-autobuilds.sh
+++ b/sync-autobuilds.sh
@@ -3,7 +3,7 @@
# 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 ppc riscv s390 sh sparc x86"
+_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=${ARCHES:-${_ARCHES}}