]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
release_tarball: use make-dist if available 521/head
authorKefu Chai <kchai@redhat.com>
Fri, 21 Oct 2016 04:14:24 +0000 (12:14 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 21 Oct 2016 04:20:21 +0000 (12:20 +0800)
commit4f43a46d303f28d2cd2a66d559ec2a725c0a564f
tree05d4fed33fac29eb06aefc1edfc626b74a6167d2
parentb2e32eca2001a7e0bb5cd47722043d2eb6e61076
release_tarball: use make-dist if available

this enables us to prepare release tarball for versions without
autotools support, where we use make-dist to create the release tarball
instead.

- make-dist only produces .bz2 tarball, so we switch to .bz2 in this
  change.
- it's a waste to create both .gz and .bz2 tarballs using "make dist*",
  as we only use one of the to repackage the .gz and .bz2 tarballs.
  so let's drop "make dist" and use "make dist-bzip2" only.

Signed-off-by: Kefu Chai <kchai@redhat.com>
release_tarball.sh