tree: dfa73953a150bc2e9f92eb6e26ac705dfb048755 [path history] [tgz]
  1. .gitattributes
  2. __init__.py
  3. compile_events.proto
  4. compile_events_pb2.py
  5. counterz_pb2.py
  6. goma_stats_pb2.py
  7. OWNERS
  8. README.md
scripts/slave/goma/README.md

scripts/slave/goma

This directory contains goma-related protobuf to be uploaded with infra.libs.bigquery.helper.send_rows.

How to update *_pb2.py files?

  1. Download goma_stats.proto.
  2. Install the latest protobuf library.
  3. Execute following command to generate pb2.py files, and check them in.
 $ protoc --python_out=. compile_events.proto goma_stats.proto