1
0
out-of-tree/examples/script
Mikhail Klementev bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
..
.gitignore Ignore logs 2023-05-09 17:43:53 +00:00
.out-of-tree.toml feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00
README.md Add script artifact type 2023-03-22 20:56:44 +00:00
script.sh Add script artifact type 2023-03-22 20:56:44 +00:00

out-of-tree script example

See .out-of-tree.toml