forked from Mirrors/freeswitch
ci: compress xz -6 to be nice to Ken's build server
This commit is contained in:
parent
ca073d61b3
commit
94ee52d266
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue