From ab30921a07643d932c491acb8ee89b950d821c85 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 1 Jun 2015 11:20:03 -0700 Subject: [PATCH] make_dist.sh: bz2 only faster and smaler. caller can convert to gz or xz if they need it. Signed-off-by: Sage Weil --- make_dist.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make_dist.sh b/make_dist.sh index 731ed1c499dbd..044ad8316ff60 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." -- 2.39.5