1
0
Fork 0
out-of-tree/config
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
..
config.go feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
config_test.go feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
directory.go Implement config paths helpers 2023-05-13 08:44:45 +00:00
directory_test.go Implement config paths helpers 2023-05-13 08:44:45 +00:00
out-of-tree.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00