summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
authorBastian Blank <bastian.blank@credativ.de>2016-01-26 10:26:19 +0100
committerBastian Blank <bastian.blank@credativ.de>2016-01-26 10:58:34 +0100
commit3cc95373960c3465d7aa39c81eff8c5ba59cb87a (patch)
tree810bfe9c8ad7327a5bde03b228d68a75c838c64c /etc/ftpsync.conf.sample
parent5f0970a25815c17d06c0ab80ae683ceb962ccaef (diff)
Support architecture include
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 bcefbb6..1524e72 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -71,6 +71,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.