Jacob Kopczynski | c681785 | 2020-06-09 14:17:55 -0700 | [diff] [blame] | 1 | #! lucicfg generate |
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 | # This is the main entry point for the generation of configuration. | ||||
7 | # Invoking (lucicfg is included with depot_tools): | ||||
8 | # lucicfg generate ./main.star | ||||
9 | # will update the configuration. | ||||
10 | |||||
11 | |||||
12 | load("//metadata/generate.star", "generate") | ||||
13 | generate() |