diff --git a/bin/make_dist_tarball.sh b/bin/make_dist_tarball.sh index d7d8bdafff4..bdf1af282f2 100755 --- a/bin/make_dist_tarball.sh +++ b/bin/make_dist_tarball.sh @@ -30,6 +30,8 @@ $bindir/git-archive-all.sh --prefix ceph-$version/ \ --verbose \ --ignore corpus \ $outfile.tar -gzip -9 $outfile.tar +echo "compressing to gz and bz2..." +gzip -k -9 $outfile.tar +bzip2 -9 $outfile.tar echo "done."