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
8870a7e1
Commit
8870a7e1
authored
Jan 28, 2016
by
antirez
Browse files
03_test_release.sh: proper cleanup before testing.
parent
5bbb09ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/releasetools/03_test_release.sh
View file @
8870a7e1
...
@@ -13,6 +13,8 @@ ssh antirez@metal "export TERM=xterm;
...
@@ -13,6 +13,8 @@ ssh antirez@metal "export TERM=xterm;
cd /tmp;
cd /tmp;
rm -rf test_release_tmp_dir;
rm -rf test_release_tmp_dir;
cd test_release_tmp_dir;
cd test_release_tmp_dir;
rm -f
$TARNAME
;
rm -rf redis-
${
TAG
}
;
wget
$DOWNLOADURL
;
wget
$DOWNLOADURL
;
tar xvzf
$TARNAME
;
tar xvzf
$TARNAME
;
cd redis-
${
TAG
}
;
cd redis-
${
TAG
}
;
...
...
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