Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkout ¶
type Checkout interface { // LuciexeCommand returns a command that will run the recipes as a LUCI // executable. LuciexeCommand() ([]string, error) }
Checkout represents a directory containing recipe code capable of being run as a luciexe.
func SetUp ¶
SetUp processes the build input to determine which version of recipes to use (possibly from CAS rather than from Git if run by a led job) and downloads that version of the recipes. It returns a `RecipesExe` that can be used to run the recipes (whether they were downloaded from CAS or from Git) as a luciexe, along with the deserialized build.proto.
Click to show internal directories.
Click to hide internal directories.