From 94ee52d26611d1bdcbc20e52c7b65cec4f1cfdcc Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 6 May 2012 06:29:35 +0000 Subject: [PATCH] ci: compress xz -6 to be nice to Ken's build server --- scripts/ci/debsrcbuilder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index 5279d6c403..86e53791ea 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -24,8 +24,8 @@ set_fs_ver "$ver" "$major" "$minor" "$micro" "$rev" sleep 2 cd $ddir tar -c --exclude=.git -vf $orig.tar $fname -echo "Compressing $orig.tar with xz -9e..." >&2 -xz -9e $orig.tar +echo "Compressing $orig.tar with xz -6..." >&2 +xz -6 $orig.tar cd $bdir (cd debian && ./bootstrap.sh)