Quick, wrong, fix for create_tarball script.

This commit is contained in:
antirez 2014-09-19 19:17:52 +02:00
parent 80b7adfcf4
commit c050288189

View File

@ -8,6 +8,7 @@ fi
TAG=$1
TARNAME="redis-${TAG}.tar"
echo "Generating /tmp/${TARNAME}"
cd ~/hack/redis
git archive $TAG --prefix redis-${TAG}/ > /tmp/$TARNAME || exit 1
echo "Gizipping the archive"
rm -f /tmp/$TARNAME.gz