1
0
Fork 0
Commit Graph

19 Commits (7ca989fd8d8439fe0b540268805cff353bfdf03d)

Author SHA1 Message Date
dump_stack() 7ca989fd8d
feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
dump_stack() f2ce20e53b
feat: change interface from ID()/Release() to Distro() with both 2023-05-23 16:26:36 +00:00
dump_stack() a1999115db
refactor: move container generation to distro modules 2023-05-23 13:20:48 +00:00
dump_stack() 9c237b52db
test: remove obsolete match test 2023-05-18 21:40:22 +00:00
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
dump_stack() d551cc8fc4
refactor: use the same name as in config 2023-05-18 18:27:51 +00:00
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