Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f3107559
Commit
f3107559
authored
Sep 19, 2014
by
antirez
Browse files
Quick, wrong, fix for create_tarball script.
parent
eba1e652
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/releasetools/01_create_tarball.sh
View file @
f3107559
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment