Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This directory contains CQ client library to be distributed to other repos. If | |
| 2 you need to modify some files in this directory, please make sure that you are | |
| 3 changing the original version in the source code and not to one of the copies, | |
|
Adrian Kuegel
2015/06/22 13:04:59
I think this should be: "that you are changing the
Sergiy Byelozyorov
2015/06/22 17:02:36
Done.
| |
| 4 which should only be updated as a whole using Glyco (when available). | |
| 5 | |
| 6 To generate `cq_pb2.py`, please use protoc version 2.6.1: | |
| 7 | |
| 8 cd commit_queue/cq_client | |
| 9 protoc cq.proto --python_out $(pwd) | |
| 10 | |
| 11 Additionally, please make sure to use proto3-compatible syntax, e.g. no default | |
| 12 values, no required fields. Ideally, we should use proto3 generator already, | |
| 13 however alpha version thereof is still unstable. | |
| OLD | NEW |