1
0
out-of-tree/examples/script
Mikhail Klementev 73f5df2425
feat!: new kernel config structure
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 = ".*" }
2023-05-18 18:48:09 +00:00
..
.gitignore
.out-of-tree.toml
README.md
script.sh

out-of-tree script example

See .out-of-tree.toml