scripts: update genproto.sh to include v3election

release-3.2
Anthony Romano 2017-03-30 13:15:11 -07:00
parent 135a40751e
commit 9ba69ff317
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if ! [[ $(protoc --version) =~ "3.2.0" ]]; then
fi
# directories containing protos to be built
DIRS="./wal/walpb ./etcdserver/etcdserverpb ./snap/snappb ./raft/raftpb ./mvcc/mvccpb ./lease/leasepb ./auth/authpb ./etcdserver/api/v3lock/v3lockpb"
DIRS="./wal/walpb ./etcdserver/etcdserverpb ./snap/snappb ./raft/raftpb ./mvcc/mvccpb ./lease/leasepb ./auth/authpb ./etcdserver/api/v3lock/v3lockpb ./etcdserver/api/v3election/v3electionpb"
# exact version of protoc-gen-gogo to build
GOGO_PROTO_SHA="8d70fb3182befc465c4a1eac8ad4d38ff49778e2"