1
0
Commit Graph

42 Commits

Author SHA1 Message Date
519b8d190a fix: check that max is reached after unlock 2023-05-22 06:58:13 +00:00
632e4f5ffc feat: parallel kernel installation 2023-05-21 21:43:18 +00:00
31b0945a15 fix: use the default config dirs provider 2023-05-21 20:31:47 +00:00
120fcdc56b feat: initial implementation of distro interface 2023-05-18 21:37:07 +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
26faa53f8b refactor: move cmdline generation out of distro switch 2023-05-18 12:07:59 +00:00
d6670ee8d9 fix: typo 2023-05-18 11:50:17 +00:00
6a338fc6ad refactor: move ubutu install/cleanup to module 2023-05-18 11:46:12 +00:00
407c1a7975 refactor: move oracle linux install/cleanup to module 2023-05-18 11:42:25 +00:00
99c9346995 refactor: rename debian functions to common interface 2023-05-18 11:34:46 +00:00
90f7e62888 Revert "refactor: remove debian functions to common interface"
This reverts commit 412199966e.
2023-05-18 11:32:48 +00:00
412199966e refactor: remove debian functions to common interface 2023-05-18 11:31:54 +00:00
ef35743579 refactor: move oraclelinux/ubuntu kernels match to modules 2023-05-18 11:28:06 +00:00
71c2b2001c refactor: move oracle linux runs/envs to module 2023-05-18 11:08:23 +00:00
3cd901b1be fix: add appstream repo for centos8, refactor 2023-05-18 10:37:59 +00:00
73b1edd1cb fix: clean ubuntu modules package 2023-05-18 09:50:02 +00:00
8486a0337d fix: dereference symbolic links only for debian 2023-05-17 16:15:58 +00:00
d45d5731a9 fix: dereference symbolic links when copying /usr/src 2023-05-17 12:41:09 +00:00
72f52d3200 fix: support --no-headers for debian 2023-05-17 06:50:52 +00:00
2cc06ed092 feat: log output on container error 2023-05-16 14:47:28 +00:00
4d950d7302 refactor: move debian-related functions to debian module 2023-05-16 09:24:34 +00:00
d118ab03c3 feat: check for mirrored packages 2023-05-15 13:07:56 +00:00
5e11c1939d fix: set volumes after search 2023-05-15 10:08:34 +00:00
52c452debe feat: pass kernel mask to get container volumes 2023-05-15 09:43:48 +00:00
82ba7bd7af fix: always use the next command because dpkg returns error if deps not met 2023-05-14 22:34:46 +00:00
e0b63aee1a fix: handle existing debian kernels correctly 2023-05-14 22:16:32 +00:00
1b2d636410 feat: introduce kernel version 2023-05-14 22:00:29 +00:00
b4a75dc66e feat: install dependencies, use http for deb urls 2023-05-14 20:32:44 +00:00
6bb0da5082 feat: support multiple headers packages 2023-05-14 11:06:54 +00:00
0ee813124d feat: disable deb package installation without meeting dependencies 2023-05-14 10:12:20 +00:00
f7f8a27dfa feat: use old debian containers from snapshots 2023-05-14 09:53:59 +00:00
78626c10af feat: get container path relative to config dir 2023-05-14 07:24:49 +00:00
93a1b74e34 feat: add dummy func to list debian kernels 2023-05-14 07:19:52 +00:00
73139e1b91 refactor: docker -> container 2023-05-14 07:00:00 +00:00
e231121082 feat: install debian kernels 2023-05-14 06:53:32 +00:00
9e8a381de0 feat: implement basic debian container image 2023-05-13 19:51:57 +00:00
17295cad89 feat: list debian kernels 2023-05-13 19:51:06 +00:00
c6d0ee0102 feat: lower debug level for some container-related stuff 2023-05-13 16:11:45 +00:00
b1b7a9e675 refactor: move kernel functions to submodule 2023-05-13 10:47:47 +00:00
1b68fc571f Rename 2023-05-11 10:58:34 +00:00
b1d034a7fe Implement debian snapshot mr api 2023-05-11 10:21:21 +00:00