mirror of https://github.com/redis/redis.git
Quick, wrong, fix for create_tarball script.
This commit is contained in:
parent
eba1e652f4
commit
f3107559be
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue