Katherine Threlkeld | 7665807 | 2020-04-20 16:16:43 -0700 | [diff] [blame] | 1 | #!/usr/bin/env lucicfg generate |
Katherine Threlkeld | 08d9a10 | 2020-04-21 12:03:52 -0700 | [diff] [blame] | 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. |
Katherine Threlkeld | 7665807 | 2020-04-20 16:16:43 -0700 | [diff] [blame] | 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 |
Katherine Threlkeld | 08d9a10 | 2020-04-21 12:03:52 -0700 | [diff] [blame] | 9 | # will update the configuration. |
Katherine Threlkeld | 7665807 | 2020-04-20 16:16:43 -0700 | [diff] [blame] | 10 | |
| 11 | |
Katherine Threlkeld | 08d9a10 | 2020-04-21 12:03:52 -0700 | [diff] [blame] | 12 | load("//metadata/generate.star", "generate") |
| 13 | generate() |