summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ftpsync.conf.sample')
-rw-r--r--etc/ftpsync.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index 0463ba9..50b084b 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -97,6 +97,16 @@
## Notice: source shall not be excluded on an official mirror
#ARCH_EXCLUDE=""
+## If you do want to include only a set of architectures, this is for you.
+## Use as space seperated list.
+## Possible values are:
+## alpha amd64 arm arm64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64
+## kfreebsd-i386 m68k mipsel mips powerpc ppc64el s390 s390x sh sparc source
+## eg. ARCH_INCLUDE="amd64 i386 source"
+## An unset value will mirror all architectures (default!)
+## Notice: source shall be included on an official mirror
+#ARCH_INCLUDE=""
+
## Do we have leaf mirror to signal we are done and they should sync?
## If so set it to true and make sure you configure runmirrors.mirrors
## and runmirrors.conf for your need.