diff options
author | 2021-01-23 11:44:43 -0800 | |
---|---|---|
committer | 2021-01-23 11:44:43 -0800 | |
commit | 10069f123f3d0c464b427d8883b0128b8cde894a (patch) | |
tree | b670c55ebfced1dfa5b2e85c3e27391ca225bfde | |
parent | README: add tagging instructions (diff) | |
download | mastermirror-scripts-10069f123f3d0c464b427d8883b0128b8cde894a.tar.gz mastermirror-scripts-10069f123f3d0c464b427d8883b0128b8cde894a.tar.bz2 mastermirror-scripts-10069f123f3d0c464b427d8883b0128b8cde894a.zip |
Add riscv20210123T194501Z
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 5a945eb..3f023c6 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -2,7 +2,7 @@ # Copyright 2010-2015 Gentoo Authors; Distributed under the GPL v2 # might be earlier copyright, no history available -ARCHES="alpha amd64 arm64 arm hppa ia64 ppc s390 sh sparc x86" +ARCHES="alpha amd64 arm64 arm hppa ia64 ppc riscv s390 sh sparc x86" #alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86 RELEASES=/var/tmp/gmirror-releases/releases/ diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index f7be8ba..7d064fd 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 amd64 arm64 arm hppa ia64 ppc s390 sh sparc x86" +ARCHES="alpha amd64 arm64 arm hppa ia64 ppc riscv 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 |