make_dist.sh: rename from bin/make_dist_tarball.sh

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-05-31 17:58:49 -04:00
parent f3fe18a60c
commit 31e93908c9

View File

@ -5,8 +5,6 @@ if [ ! -d .git ]; then
exit 1
fi
bindir=`dirname $0`
version=$1
[ -z "$version" ] && version=`git describe | cut -c 2-`
outfile="ceph-$version"
@ -26,7 +24,7 @@ rm -f $outfile.tar $outfile.tar.gz
# build new tarball
echo "building tarball..."
$bindir/git-archive-all.sh --prefix ceph-$version/ \
bin/git-archive-all.sh --prefix ceph-$version/ \
--verbose \
--ignore corpus \
$outfile.tar