03_release_hahs.sh: let me edit before committing.
This commit is contained in:
parent
f3107559be
commit
5807558c98
@ -2,7 +2,7 @@
|
|||||||
SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum | cut -f 1 -d' ')
|
SHA=$(curl -s http://download.redis.io/releases/redis-${1}.tar.gz | shasum | cut -f 1 -d' ')
|
||||||
ENTRY="hash redis-${1}.tar.gz sha1 $SHA http://download.redis.io/releases/redis-${1}.tar.gz"
|
ENTRY="hash redis-${1}.tar.gz sha1 $SHA http://download.redis.io/releases/redis-${1}.tar.gz"
|
||||||
echo $ENTRY >> ~/hack/redis-hashes/README
|
echo $ENTRY >> ~/hack/redis-hashes/README
|
||||||
cat ~/hack/redis-hashes/README
|
vi ~/hack/redis-hashes/README
|
||||||
echo "Press any key to commit, Ctrl-C to abort)."
|
echo "Press any key to commit, Ctrl-C to abort)."
|
||||||
read yes
|
read yes
|
||||||
(cd ~/hack/redis-hashes; git commit -a -m '${1} hash.'; git push)
|
(cd ~/hack/redis-hashes; git commit -a -m '${1} hash.'; git push)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user