1
0
Fork 0
out-of-tree/distro
dump_stack() 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
..
centos refactor: use the same name as in config 2023-05-18 18:27:51 +00:00
debian feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
oraclelinux feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
ubuntu feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
distro.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00