From 9fc6b7b07ec385dc6f50ab5caecf4be8bf5df76a Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Mon, 18 Aug 2014 21:15:06 +0200 Subject: Add new arch ppc64el --- bin/ftpsync | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index d224787..c0a44c6 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -227,7 +227,8 @@ fi # mirrorring. Use as space seperated list. # # Possible values are: # # alpha amd64 arm arm64 armel armhf hppa hurd-i386 i386 ia64 mips # -# mipsel powerpc s390 s390x sparc kfreebsd-i386 kfreebsd-amd64 source # +# mipsel powerpc ppc64el s390 s390x sparc kfreebsd-i386 kfreebsd-amd64 # +# source # # eg. ARCH_EXCLUDE="arm arm64 armel mipsel mips s390 s390x sparc" # # # # An unset value will mirror all architectures # @@ -620,7 +621,7 @@ if [ "xtruex" = "x${SYNCSTAGE2}x" ] || [ "xtruex" = "x${SYNCALL}x" ]; then echo "Used ftpsync version: ${VERSION}" echo "Running on host: ${TRACEHOST}" if [ "xfullx" = "x${EXTENDEDTRACE}x" ]; then - GLOBALARCHLIST="source amd64 arm64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc" + GLOBALARCHLIST="source amd64 arm64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390 s390x sparc" AEXCLUDE="^${ARCH_EXCLUDE// /\$|^}$" ARCHLIST="" -- cgit v1.2.3