Skip to content

Commit

Permalink
Merge pull request coreos#1618 from endocode/dongsu/gogoproto-update
Browse files Browse the repository at this point in the history
scripts: use latest gogo/protobuf for proto files
  • Loading branch information
Dongsu Park committed Jun 23, 2016
2 parents e2c4677 + c32d9f7 commit e4f2123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
DIRS="./protobuf"

# exact version of protoc-gen-gogo to build
SHA="c3995ae437bb78d1189f4f147dfe5f87ad3596e4"
GOGO_PROTO_SHA="2752d97bbd91927dd1c43296dbf8700e50e2708c"

# set up self-contained GOPATH for building
export GOPATH=${PWD}/gopath
Expand All @@ -40,7 +40,7 @@ ln -s "${PWD}" "${FLEET_ROOT}"
go get -u github.com/gogo/protobuf/{proto,protoc-gen-gogo,gogoproto}
go get -u golang.org/x/tools/cmd/goimports
pushd "${GOGOPROTO_ROOT}"
git reset --hard "${SHA}"
git reset --hard "${GOGO_PROTO_SHA}"
make install
popd

Expand Down

0 comments on commit e4f2123

Please sign in to comment.