Mikhail Klementev
73f5df2425
BREAKING CHANGE: kernel definition in the configuration files has switched from [[targets]] distro = { id = "Ubuntu", release = "18.04" } release_mask = ".*" to [[targets]] distro = { id = "Ubuntu", release = "18.04" } kernel = { regex = ".*" }
11 lines
225 B
TOML
11 lines
225 B
TOML
# out-of-tree configuration file
|
|
# docs at https://out-of-tree.io
|
|
name = "out-of-tree script example"
|
|
type = "script"
|
|
|
|
script = "script.sh"
|
|
|
|
[[targets]]
|
|
distro = { id = "Ubuntu", release = "22.04" }
|
|
kernel = { regex = ".*" }
|