]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
make_dist.sh: bz2 only 4808/head
authorSage Weil <sage@redhat.com>
Mon, 1 Jun 2015 18:20:03 +0000 (11:20 -0700)
committerSage Weil <sage@redhat.com>
Mon, 1 Jun 2015 18:20:03 +0000 (11:20 -0700)
faster and smaler.  caller can convert to gz or xz if they need it.

Signed-off-by: Sage Weil <sage@redhat.com>
make_dist.sh

index 731ed1c499dbd1b05d5c0c4065f0e6dbf9098745..044ad8316ff606ef85c05f16414d57b483bf947b 100755 (executable)
@@ -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."