From 5274bd59f5b197347764883f05460443f248a899 Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Fri, 15 Aug 2014 19:01:22 +0200 Subject: Add arm64 to the list of archs included in the trace file --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index de35899..d224787 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -620,7 +620,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 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 s390 s390x sparc" AEXCLUDE="^${ARCH_EXCLUDE// /\$|^}$" ARCHLIST="" -- cgit v1.2.3