ci: compress xz -6 to be nice to Ken's build server

This commit is contained in:
Travis Cross 2012-05-06 06:29:35 +00:00
parent ca073d61b3
commit 94ee52d266
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ set_fs_ver "$ver" "$major" "$minor" "$micro" "$rev"
sleep 2 sleep 2
cd $ddir cd $ddir
tar -c --exclude=.git -vf $orig.tar $fname tar -c --exclude=.git -vf $orig.tar $fname
echo "Compressing $orig.tar with xz -9e..." >&2 echo "Compressing $orig.tar with xz -6..." >&2
xz -9e $orig.tar xz -6 $orig.tar
cd $bdir cd $bdir
(cd debian && ./bootstrap.sh) (cd debian && ./bootstrap.sh)