From e57077f44cf302b7a4f7e8979a4f0af4051ef7ed Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Sat, 2 Aug 2014 22:13:25 +0200 Subject: ARCH_EXCLUDE: add new arch "arm64" --- bin/ftpsync | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index f452c5a..de35899 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -226,10 +226,9 @@ fi # can be used to exclude a complete architecture from # # mirrorring. Use as space seperated list. # # Possible values are: # -# alpha, amd64, arm, armel, armhf, hppa, hurd-i386, i386, ia64, mips # -# mipsel, powerpc, s390, s390x, sparc, kfreebsd-i386, kfreebsd-amd64 # -# and source. # -# eg. ARCH_EXCLUDE="alpha arm armel mipsel mips s390 s390x sparc" # +# alpha amd64 arm arm64 armel armhf hppa hurd-i386 i386 ia64 mips # +# mipsel powerpc 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 # ######################################################################## -- cgit v1.2.3