1
0
Commit Graph

61 Commits

Author SHA1 Message Date
75dd8f4a51 refactor: logs 2024-05-23 11:22:13 +00:00
0314b5ca93 feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
9b69738163 refactor: replace deprecated functions 2024-02-20 12:24:40 +00:00
a6944050cc feat: implement openSUSE 42+ support 2023-06-15 16:30:12 +00:00
1a9fdf0917 feat: support for excluding kernels using regex 2023-05-25 18:35:27 +00:00
66d45e69d9 fix: change return values of macos placeholder 2023-05-23 22:44:38 +00:00
c35def964e fix: macos build 2023-05-23 22:40:08 +00:00
e2d66db16f feat: add kernel install to distro interface 2023-05-23 22:36:46 +00:00
daaef89050 feat: add kernels list to distro interface 2023-05-23 22:00:20 +00:00
c1ec4add81 refactor: move kernelinfo to distro module 2023-05-23 21:33:50 +00:00
0edb0ac0af refactor: get rid of too many parameters 2023-05-23 21:21:06 +00:00
c6e06d8e3e feat: multiple commands to run in container 2023-05-23 20:46:09 +00:00
7ca989fd8d feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
6f40fa554e fix: avoid use of range variable 2023-05-23 13:46:16 +00:00
a1999115db refactor: move container generation to distro modules 2023-05-23 13:20:48 +00:00
ff7bed76f2 fix: search in source volumes not destination ones 2023-05-23 09:34:29 +00:00
fa5d0adb39 feat: implement global docker timeout 2023-05-22 14:41:00 +00:00
2fe3103603 refactor: add volume list 2023-05-22 14:28:28 +00:00
2eb91ffac9 fix: missed unlock 2023-05-22 07:20:40 +00:00
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