Quick, wrong, fix for create_tarball script.

This commit is contained in:
antirez 2014-09-19 19:17:52 +02:00
parent eba1e652f4
commit f3107559be

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