Commit f3107559 authored by antirez's avatar antirez
Browse files

Quick, wrong, fix for create_tarball script.

parent eba1e652
...@@ -8,6 +8,7 @@ fi ...@@ -8,6 +8,7 @@ fi
TAG=$1 TAG=$1
TARNAME="redis-${TAG}.tar" TARNAME="redis-${TAG}.tar"
echo "Generating /tmp/${TARNAME}" echo "Generating /tmp/${TARNAME}"
cd ~/hack/redis
git archive $TAG --prefix redis-${TAG}/ > /tmp/$TARNAME || exit 1 git archive $TAG --prefix redis-${TAG}/ > /tmp/$TARNAME || exit 1
echo "Gizipping the archive" echo "Gizipping the archive"
rm -f /tmp/$TARNAME.gz rm -f /tmp/$TARNAME.gz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment