1
0
Fork 0
Commit Graph

60 Commits (master)

Author SHA1 Message Date
dump_stack() 0314b5ca93
feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
dump_stack() 9b69738163
refactor: replace deprecated functions 2024-02-20 12:24:40 +00:00
dump_stack() a6944050cc
feat: implement openSUSE 42+ support 2023-06-15 16:30:12 +00:00
dump_stack() 1a9fdf0917
feat: support for excluding kernels using regex 2023-05-25 18:35:27 +00:00
dump_stack() 66d45e69d9
fix: change return values of macos placeholder 2023-05-23 22:44:38 +00:00
dump_stack() c35def964e
fix: macos build 2023-05-23 22:40:08 +00:00
dump_stack() e2d66db16f
feat: add kernel install to distro interface 2023-05-23 22:36:46 +00:00
dump_stack() daaef89050
feat: add kernels list to distro interface 2023-05-23 22:00:20 +00:00
dump_stack() c1ec4add81
refactor: move kernelinfo to distro module 2023-05-23 21:33:50 +00:00
dump_stack() 0edb0ac0af
refactor: get rid of too many parameters 2023-05-23 21:21:06 +00:00
dump_stack() c6e06d8e3e
feat: multiple commands to run in container 2023-05-23 20:46:09 +00:00
dump_stack() 7ca989fd8d
feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
dump_stack() 6f40fa554e
fix: avoid use of range variable 2023-05-23 13:46:16 +00:00
dump_stack() a1999115db
refactor: move container generation to distro modules 2023-05-23 13:20:48 +00:00
dump_stack() ff7bed76f2
fix: search in source volumes not destination ones 2023-05-23 09:34:29 +00:00
dump_stack() fa5d0adb39
feat: implement global docker timeout 2023-05-22 14:41:00 +00:00
dump_stack() 2fe3103603
refactor: add volume list 2023-05-22 14:28:28 +00:00
dump_stack() 2eb91ffac9
fix: missed unlock 2023-05-22 07:20:40 +00:00
dump_stack() 519b8d190a
fix: check that max is reached after unlock 2023-05-22 06:58:13 +00:00
dump_stack() 632e4f5ffc
feat: parallel kernel installation 2023-05-21 21:43:18 +00:00
dump_stack() 31b0945a15
fix: use the default config dirs provider 2023-05-21 20:31:47 +00:00
dump_stack() 120fcdc56b
feat: initial implementation of distro interface 2023-05-18 21:37:07 +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() 26faa53f8b
refactor: move cmdline generation out of distro switch 2023-05-18 12:07:59 +00:00
dump_stack() d6670ee8d9
fix: typo 2023-05-18 11:50:17 +00:00
dump_stack() 6a338fc6ad
refactor: move ubutu install/cleanup to module 2023-05-18 11:46:12 +00:00
dump_stack() 407c1a7975
refactor: move oracle linux install/cleanup to module 2023-05-18 11:42:25 +00:00
dump_stack() 99c9346995
refactor: rename debian functions to common interface 2023-05-18 11:34:46 +00:00
dump_stack() 90f7e62888
Revert "refactor: remove debian functions to common interface"
This reverts commit 412199966e.
2023-05-18 11:32:48 +00:00
dump_stack() 412199966e
refactor: remove debian functions to common interface 2023-05-18 11:31:54 +00:00
dump_stack() ef35743579
refactor: move oraclelinux/ubuntu kernels match to modules 2023-05-18 11:28:06 +00:00
dump_stack() 71c2b2001c
refactor: move oracle linux runs/envs to module 2023-05-18 11:08:23 +00:00
dump_stack() 3cd901b1be
fix: add appstream repo for centos8, refactor 2023-05-18 10:37:59 +00:00
dump_stack() 73b1edd1cb
fix: clean ubuntu modules package 2023-05-18 09:50:02 +00:00
dump_stack() 8486a0337d
fix: dereference symbolic links only for debian 2023-05-17 16:15:58 +00:00
dump_stack() d45d5731a9
fix: dereference symbolic links when copying /usr/src 2023-05-17 12:41:09 +00:00
dump_stack() 72f52d3200
fix: support --no-headers for debian 2023-05-17 06:50:52 +00:00
dump_stack() 2cc06ed092
feat: log output on container error 2023-05-16 14:47:28 +00:00
dump_stack() 4d950d7302
refactor: move debian-related functions to debian module 2023-05-16 09:24:34 +00:00
dump_stack() d118ab03c3
feat: check for mirrored packages 2023-05-15 13:07:56 +00:00
dump_stack() 5e11c1939d
fix: set volumes after search 2023-05-15 10:08:34 +00:00
dump_stack() 52c452debe
feat: pass kernel mask to get container volumes 2023-05-15 09:43:48 +00:00
dump_stack() 82ba7bd7af
fix: always use the next command because dpkg returns error if deps not met 2023-05-14 22:34:46 +00:00
dump_stack() e0b63aee1a
fix: handle existing debian kernels correctly 2023-05-14 22:16:32 +00:00
dump_stack() 1b2d636410
feat: introduce kernel version 2023-05-14 22:00:29 +00:00
dump_stack() b4a75dc66e
feat: install dependencies, use http for deb urls 2023-05-14 20:32:44 +00:00
dump_stack() 6bb0da5082
feat: support multiple headers packages 2023-05-14 11:06:54 +00:00
dump_stack() 0ee813124d
feat: disable deb package installation without meeting dependencies 2023-05-14 10:12:20 +00:00
dump_stack() f7f8a27dfa
feat: use old debian containers from snapshots 2023-05-14 09:53:59 +00:00