summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2011-11-30 01:08:05 +0100
committerSimon Paillard <spaillard@debian.org>2011-11-30 01:08:05 +0100
commit99f92f227b0a919eae06dda4f4c0a53cfbb92d76 (patch)
tree2a9f66b2cf5b808dff47c830f1874f79fd3714a0
parent9b76915f679ebfa5988a5c47f102bc7faf3363ce (diff)
New arch for ARCH_EXCLUDE: armhf and s390x
<877h2psdxn.fsf@gkar.ganneff.de>
-rwxr-xr-xbin/ftpsync6
-rw-r--r--etc/ftpsync.conf.sample4
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index d988d0e..1cdf20d 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -225,10 +225,10 @@ fi
# can be used to exclude a complete architecture from #
# mirrorring. Use as space seperated list. #
# Possible values are: #
-# alpha, amd64, arm, armel, hppa, hurd-i386, i386, ia64, #
-# mipsel, mips, powerpc, s390, sparc, kfreebsd-i386, kfreebsd-amd64 #
+# 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 sparc" #
+# eg. ARCH_EXCLUDE="alpha arm 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 db3ac8f..d1ea68e 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -60,8 +60,8 @@
## If you do want to exclude an architecture, this is for you.
## Use as space seperated list.
## Possible values are:
-## alpha, amd64, arm, armel, hppa, hurd-i386, i386, ia64, kfreebsd-amd64,
-## kfreebsd-i386, m68k, mipsel, mips, powerpc, s390, sh, sparc and source
+## 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"
## An unset value will mirror all architectures (default!)
#ARCH_EXCLUDE=""