Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: third_party/cq_client/README.md

Issue 1200863002: Update cq_client and add validate command to commit_queue binary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « commit_queue.py ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « commit_queue.py ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698