Skip to content

Commit

Permalink
make_dist_tarball.sh: make gz and bz2 archives
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed May 31, 2015
1 parent e8cc7a8 commit f3fe18a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/make_dist_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit f3fe18a

Please sign in to comment.