blob: c1663c2a3cb226d076a83ec5d79c3097feed6d29 [file] [log] [blame]
Jacob Kopczynskic6817852020-06-09 14:17:55 -07001#! 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
12load("//metadata/generate.star", "generate")
13generate()