1
0
Commit Graph

4 Commits

Author SHA1 Message Date
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
ea5f06334c
Fix regexp 2019-08-17 15:30:42 +00:00
e5856c1931
Implements non-regex way to set kernel version 2019-08-17 15:12:48 +00:00
bf6f233479 Implements marshalling for config 2018-11-23 09:00:30 +00:00