From 3cc95373960c3465d7aa39c81eff8c5ba59cb87a Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 26 Jan 2016 10:26:19 +0100 Subject: Support architecture include --- etc/ftpsync.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'etc/ftpsync.conf.sample') 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. -- cgit v1.2.3