containerd/cmd
Stephen J Day 83e7610194
cmd/ctrd-protobuild: create proper command for building protos
After trying to explain the complexities of developing with protobuf, I
have now created a command that correctly calculates the import paths
for each package and runs the protobuf command.

The Makefile has been updated accordingly, expect we now no longer use
`go generate`. A new target `protos` has been defined. We alias the two,
for the lazy. We leave `go generate` in place for cases where we will
actually use `go generate`.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-02-15 12:05:27 -08:00
..
containerd api: introduce api/{types,services} for deduplication of API definition 2017-02-14 02:42:13 +00:00
containerd-shim api: introduce api/{types,services} for deduplication of API definition 2017-02-14 02:42:13 +00:00
ctr api: introduce api/{types,services} for deduplication of API definition 2017-02-14 02:42:13 +00:00
ctrd-protobuild cmd/ctrd-protobuild: create proper command for building protos 2017-02-15 12:05:27 -08:00
dist Use error.New () directly to output the error message 2017-02-10 14:31:49 +08:00
protoc-gen-gogoctrd cmd, Makefile: add initial build structure 2016-12-01 12:04:23 -08:00