summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2016-02-11 06:05:14 +0100
committerPeter Palfrader <peter@palfrader.org>2016-02-11 06:05:14 +0100
commit0a9b67c48edb394a694eb758a04c392a7ba4161b (patch)
tree8cf395b82094f8c82b4a8469f4b5a6609a517e9c /etc
parentc60ecbe2ffc425e22c635c3d6b15189f06ab4685 (diff)
parent0cbcb91ccf96631ff01c605c11e2b14c75dc446c (diff)
Merge remote-tracking branch 'waldi/arch-include'
* waldi/arch-include: Correctly generate architecture list in case for arch include Factor out arch exclude and include into function Support architecture include Factor out source exclude specification Conflicts: bin/ftpsync
Diffstat (limited to 'etc')
-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.