summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2011-08-11 20:28:52 +0200
committerSimon Paillard <spaillard@debian.org>2011-08-11 20:28:52 +0200
commit1a763b0d29bd746131a04e7b1ed1993fd871db40 (patch)
treeb6ac1473cb18169198c4e0c9b2f1506b3f466254 /bin
parentc5f2340e4d5e3f9b5073636c3c773240234d7cf1 (diff)
archive now supports xz compression
http://lists.debian.org/debian-devel-announce/2011/08/msg00001.html
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 1582f7a..0cde4b1 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -337,7 +337,7 @@ for ARCH in ${ARCH_EXCLUDE}; do
EXCLUDE="${EXCLUDE} --exclude binary-${ARCH}/ --exclude installer-${ARCH}/ --exclude Contents-${ARCH}.gz --exclude Contents-${ARCH}.bz2 --exclude Contents-${ARCH}.diff/ --exclude arch-${ARCH}.files --exclude arch-${ARCH}.list.gz --exclude *_${ARCH}.deb --exclude *_${ARCH}.udeb --exclude *_${ARCH}.changes"
if [ "${ARCH}" = "source" ]; then
if [ -z ${SOURCE_EXCLUDE} ]; then
- SOURCE_EXCLUDE=" --exclude source/ --exclude *.tar.gz --exclude *.diff.gz --exclude *.tar.bz2 --exclude *.diff.bz2 --exclude *.dsc "
+ SOURCE_EXCLUDE=" --exclude source/ --exclude *.tar.gz --exclude *.diff.gz --exclude *.tar.bz2 --exclude *.tar.xz -exclude *.diff.bz2 --exclude *.dsc "
fi
fi
done