1
0
Fork 0
out-of-tree/distro/debian
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
..
snapshot fix: wait 10 seconds before query with new limit 2023-05-17 06:05:37 +00:00
cache.go feat: modify cache api to store more than one kernel for version 2023-05-15 18:41:12 +00:00
cache_test.go feat: modify cache api to store more than one kernel for version 2023-05-15 18:41:12 +00:00
debian.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00
debian_test.go feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00
kernel.go fix: add linux-compiler-* to dependencies 2023-05-17 04:52:04 +00:00
kernel_test.go refactor: unexport getDebianKernel 2023-05-15 17:40:53 +00:00