diff options
author | Alec Warner <antarus@gentoo.org> | 2022-03-01 12:37:51 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2022-03-01 12:37:51 -0800 |
commit | e8b2f6456430605681ebba56240240e5e5a7b67d (patch) | |
tree | e51294cc3da90ea1461a20ca661ea998d36e1729 | |
parent | sign-autobuilds: Sign the actual files (detached sig), not the file digests (diff) | |
download | mastermirror-scripts-20220301T213938Z.tar.gz mastermirror-scripts-20220301T213938Z.tar.bz2 mastermirror-scripts-20220301T213938Z.zip |
Update mastermirror per dilfridge.20220301T213938Z
BUG=https://bugs.gentoo.org/834041
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-x | sign-autobuilds.sh | 2 | ||||
-rwxr-xr-x | sync-autobuilds.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index df7f828..fbd94e1 100755 --- a/sign-autobuilds.sh +++ b/sign-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}} 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}} |