1
0
Fork 0
Commit Graph

13 Commits (bcf8de336f5309d903de18215c34293745b81f35)

Author SHA1 Message Date
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
dump_stack() 17256317c9
test: fix function name 2023-05-18 12:52:52 +00:00
dump_stack() 19081aea5d
test: skip MatchImagePkg test in CI 2023-05-14 17:34:49 +00:00
dump_stack() 2452b090b0
feat: use semver wrapper to match debian release 2023-05-14 17:14:05 +00:00
dump_stack() 6b8d97be39
test: fix kernel release test 2023-05-14 10:30:35 +00:00
dump_stack() 143e54984d
test: cover more kernel releases 2023-05-13 17:32:02 +00:00
dump_stack() 5975898225
test: use tmpdir to not interfere with other tests 2023-05-13 12:56:25 +00:00
dump_stack() 4e77cf82d3
refactor: use one provider for default cache url 2023-05-13 12:14:20 +00:00
dump_stack() 997d6a67ba
test: fix match image test 2023-05-13 11:17:11 +00:00
dump_stack() 59febd75b0
test: enable match image test 2023-05-13 11:00:34 +00:00
dump_stack() 28acc51417
test: disable match image test until cache is implemented 2023-05-13 10:24:29 +00:00
dump_stack() d13eab6947
Match by debian release 2023-05-12 20:05:44 +00:00
dump_stack() 43aa116682
Implement match for Debian packages 2023-05-12 17:27:48 +00:00