Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Upgrade etcd to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Oct 27, 2016
1 parent b40892e commit 35decca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -19,10 +19,10 @@ dist/cacert.pem:

dist/etcd.Linux.x86_64:
[ -d dist ] || mkdir dist
curl -L -s https://github.com/coreos/etcd/releases/download/v2.3.2/etcd-v2.3.2-linux-amd64.tar.gz |\
curl -L -s https://github.com/coreos/etcd/releases/download/v2.3.7/etcd-v2.3.7-linux-amd64.tar.gz |\
tar -C dist -xzf -
cp dist/etcd-v2.3.2-linux-amd64/etcd dist/etcd.Linux.x86_64
rm -rf dist/etcd-v2.3.2-linux-amd64
cp dist/etcd-v2.3.7-linux-amd64/etcd dist/etcd.Linux.x86_64
rm -rf dist/etcd-v2.3.7-linux-amd64

dist/etcd-aws.Linux.x86_64: $(SOURCES)
[ -d dist ] || mkdir dist
Expand Down

0 comments on commit 35decca

Please sign in to comment.