1
0
Fork 0
out-of-tree/distro/debian
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
..
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!: new kernel config structure 2023-05-18 18:48:09 +00:00
debian_test.go feat!: new kernel config structure 2023-05-18 18:48:09 +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