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
e15528bf
Commit
e15528bf
authored
Jul 16, 2020
by
Itamar Haber
Committed by
Oran Agra
Jul 20, 2020
Browse files
Adds SHA256SUM to redis-stable tarball upload
(cherry picked from commit
5df0a64d
)
parent
e28aa99a
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/releasetools/02_upload_tarball.sh
View file @
e15528bf
...
...
@@ -19,4 +19,5 @@ ssh ubuntu@host.redis.io "cd /var/www/download;
mv redis-
${
1
}
redis-stable;
tar cvzf redis-stable.tar.gz redis-stable;
rm -rf redis-
${
1
}
.tar.gz;
shasum -a 256 redis-stable.tar.gz > redis-stable.tar.gz.SHA256SUM;
"
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