summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2014-08-02 22:13:25 +0200
committerSimon Paillard <spaillard@debian.org>2014-08-02 22:13:25 +0200
commite57077f44cf302b7a4f7e8979a4f0af4051ef7ed (patch)
tree4e51e2e4084e0f6263edf91e561e63da0628088e
parent226940319a0cf52996e61e7fde4d58e766612fb7 (diff)
ARCH_EXCLUDE: add new arch "arm64"
-rwxr-xr-xbin/ftpsync7
-rw-r--r--etc/ftpsync.conf.sample7
2 files changed, 7 insertions, 7 deletions
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 #
########################################################################
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index 6258c57..5b5e9a3 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -64,10 +64,11 @@
## If you do want to exclude an architecture, this is for you.
## Use as space seperated list.
## Possible values are:
-## alpha, amd64, arm, armel, armhf, hppa, hurd-i386, i386, ia64, kfreebsd-amd64,
-## kfreebsd-i386, m68k, mipsel, mips, powerpc, s390, s390x, sh, sparc and source
-## eg. ARCH_EXCLUDE="alpha arm armel mipsel mips s390 sparc"
+## alpha amd64 arm arm64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64
+## kfreebsd-i386 m68k mipsel mips powerpc s390 s390x sh sparc source
+## eg. ARCH_EXCLUDE="alpha arm arm64 armel mipsel mips s390 sparc"
## An unset value will mirror all architectures (default!)
+## Notice: source shall not be excluded on an official mirror
#ARCH_EXCLUDE=""
## Do we have leaf mirror to signal we are done and they should sync?