summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2014-08-18 21:15:06 +0200
committerSimon Paillard <spaillard@debian.org>2014-08-18 21:15:26 +0200
commit9fc6b7b07ec385dc6f50ab5caecf4be8bf5df76a (patch)
treeff2435b2e125a32aac06d930999b774d67b384d1 /bin
parent5274bd59f5b197347764883f05460443f248a899 (diff)
Add new arch ppc64el
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync5
1 files changed, 3 insertions, 2 deletions
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=""