aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-xsync-autobuilds.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh
index 4ed2014..ad2fc80 100755
--- a/sync-autobuilds.sh
+++ b/sync-autobuilds.sh
@@ -3,8 +3,9 @@
# 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"
- #alpha amd64 arm64 arm hppa ia64 m68k mips ppc riscv s390 sh sparc x86
+_ARCHES="alpha amd64 arm64 arm hppa ia64 m68k ppc riscv s390 sh sparc x86"
+ #alpha amd64 arm64 arm hppa ia64 m68k mips ppc riscv s390 sh sparc x86
+ARCHES=${ARCHES:-${_ARCHES}}
# The -rp_*asc filter rules causes rsync to only delete .asc files that are in
# directories that would otherwise be deleted.