1
0
Fork 0
out-of-tree/config
dump_stack() 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
..
config.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00
config_test.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +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