| Index: third_party/cq_client/README.md
|
| diff --git a/third_party/cq_client/README.md b/third_party/cq_client/README.md
|
| index d37caa6af563a03370323b749d2b2fe232e57b7e..f575d7495e4cd8b4281d1c165e329b95adc0c0dd 100644
|
| --- a/third_party/cq_client/README.md
|
| +++ b/third_party/cq_client/README.md
|
| @@ -2,15 +2,15 @@ This directory contains CQ client library to be distributed to other repos. If
|
| you need to modify some files in this directory, please make sure that you are
|
| changing the canonical version of the source code and not one of the copies,
|
| which should only be updated as a whole using Glyco (when available, see
|
| -http://crbug.com/489420).
|
| +[chromium issue 489420](http://crbug.com/489420)).
|
|
|
| The canonical version is located at `https://chrome-internal.googlesource.com/
|
| infra/infra_internal/+/master/commit_queue/cq_client`.
|
|
|
| -To generate `cq_pb2.py`, please use protoc version 2.6.1:
|
| +To generate `cq_pb2.py` and `cq.pb.go`, please use protoc version 2.6.1:
|
|
|
| cd commit_queue/cq_client
|
| - protoc cq.proto --python_out $(pwd)
|
| + protoc cq.proto --python_out $(pwd) --go_out $(pwd)
|
|
|
| Additionally, please make sure to use proto3-compatible syntax, e.g. no default
|
| values, no required fields. Ideally, we should use proto3 generator already,
|
|
|