diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2021-09-04 20:53:19 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2021-09-04 20:53:19 -0700 |
commit | bad5454c5761935c7e836c0a784e62cec1b3c796 (patch) | |
tree | 5af81c61eb6a0130228922a4b065f663f58eee82 | |
parent | Add riscv (diff) | |
download | mastermirror-scripts-bad5454c5761935c7e836c0a784e62cec1b3c796.tar.gz mastermirror-scripts-bad5454c5761935c7e836c0a784e62cec1b3c796.tar.bz2 mastermirror-scripts-bad5454c5761935c7e836c0a784e62cec1b3c796.zip |
autobuilds: update comments
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | sign-autobuilds.sh | 3 | ||||
-rwxr-xr-x | sync-autobuilds.sh | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index 3f023c6..52e57ce 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -2,8 +2,9 @@ # Copyright 2010-2015 Gentoo Authors; Distributed under the GPL v2 # 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 ppc riscv s390 sh sparc x86" - #alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86 + #alpha amd64 arm64 arm hppa ia64 mips ppc riscv s390 sh sparc x86 RELEASES=/var/tmp/gmirror-releases/releases/ [[ $HOSTNAME == TODO ]] && RELEASES=/var/tmp/gmirror/releases/ diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 7d064fd..2bc161b 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -1,8 +1,10 @@ #!/bin/bash # Copyright 2011-2020 Gentoo Foundation; Distributed under the GPL v2 # 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 ppc riscv s390 sh sparc x86" - #alpha amd64 arm64 arm hppa ia64 mips ppc s390 sh sparc x86 + #alpha amd64 arm64 arm hppa ia64 mips ppc riscv 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. |