Jacob Kopczynski | c681785 | 2020-06-09 14:17:55 -0700 | [diff] [blame^] | 1 | #!/bin/bash -e |
| 2 | # Copyright 2020 The Chromium OS Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
| 6 | # Obtain the most recent proto descriptors from chromiumos/infra/proto protos. |
| 7 | # This is needed to work with these protos from *.star code. |
| 8 | |
| 9 | echo "Generating proto descriptors..." |
| 10 | ./generate_proto_descriptors.sh |
| 11 | echo "Generating metadata from descriptors..." |
| 12 | lucicfg generate main.star |