blob: 20276ec96684b6f5cfb8f21dba181b0f9a79d037 [file] [log] [blame]
Katherine Threlkeld76658072020-04-20 16:16:43 -07001#!/usr/bin/env lucicfg generate
Katherine Threlkeld08d9a102020-04-21 12:03:52 -07002# 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 Threlkeld76658072020-04-20 16:16:43 -07005
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 Threlkeld08d9a102020-04-21 12:03:52 -07009# will update the configuration.
Katherine Threlkeld76658072020-04-20 16:16:43 -070010
11
Katherine Threlkeld08d9a102020-04-21 12:03:52 -070012load("//metadata/generate.star", "generate")
13generate()