From: Sage Weil Date: Mon, 1 Jun 2015 18:20:03 +0000 (-0700) Subject: make_dist.sh: bz2 only X-Git-Tag: v9.0.2~60^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4808%2Fhead;p=ceph.git make_dist.sh: bz2 only faster and smaler. caller can convert to gz or xz if they need it. Signed-off-by: Sage Weil --- diff --git a/make_dist.sh b/make_dist.sh index 731ed1c499db..044ad8316ff6 100755 --- a/make_dist.sh +++ b/make_dist.sh @@ -30,8 +30,7 @@ bin/git-archive-all.sh --prefix ceph-$version/ \ --verbose \ --ignore corpus \ $outfile.tar -echo "compressing to gz and bz2..." -gzip -k -9 $outfile.tar +echo "compressing..." bzip2 -9 $outfile.tar echo "done."