1
0
Commit Graph

21 Commits

Author SHA1 Message Date
17356ac0e4
test: remove obsolete test 2023-05-29 10:18:19 +00:00
48ba7b7c7b
feat: match the gcc version to distinguish between Debian releases 2023-05-24 09:12:33 +00:00
7ca989fd8d
feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
f2ce20e53b
feat: change interface from ID()/Release() to Distro() with both 2023-05-23 16:26:36 +00:00
a1999115db
refactor: move container generation to distro modules 2023-05-23 13:20:48 +00:00
9c237b52db
test: remove obsolete match test 2023-05-18 21:40:22 +00:00
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
d551cc8fc4
refactor: use the same name as in config 2023-05-18 18:27:51 +00:00
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
17256317c9
test: fix function name 2023-05-18 12:52:52 +00:00
19081aea5d
test: skip MatchImagePkg test in CI 2023-05-14 17:34:49 +00:00
2452b090b0
feat: use semver wrapper to match debian release 2023-05-14 17:14:05 +00:00
6b8d97be39
test: fix kernel release test 2023-05-14 10:30:35 +00:00
143e54984d
test: cover more kernel releases 2023-05-13 17:32:02 +00:00
5975898225
test: use tmpdir to not interfere with other tests 2023-05-13 12:56:25 +00:00
4e77cf82d3
refactor: use one provider for default cache url 2023-05-13 12:14:20 +00:00
997d6a67ba
test: fix match image test 2023-05-13 11:17:11 +00:00
59febd75b0
test: enable match image test 2023-05-13 11:00:34 +00:00
28acc51417
test: disable match image test until cache is implemented 2023-05-13 10:24:29 +00:00
d13eab6947
Match by debian release 2023-05-12 20:05:44 +00:00
43aa116682
Implement match for Debian packages 2023-05-12 17:27:48 +00:00