1
0
Fork 0
Commit Graph

41 Commits (master)

Author SHA1 Message Date
dump_stack() 0314b5ca93
feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
dump_stack() 1a9fdf0917
feat: support for excluding kernels using regex 2023-05-25 18:35:27 +00:00
dump_stack() a646e9cf33
refactor: rename parameter 2023-05-25 10:31:24 +00:00
dump_stack() b631767d98
fix: correct support for empty release 2023-05-25 10:25:26 +00:00
dump_stack() 605871d17a
fix: check only distro id 2023-05-24 21:58:25 +00:00
dump_stack() 77e118be64
fix: use distro equal check 2023-05-23 23:02:09 +00:00
dump_stack() c1ec4add81
refactor: move kernelinfo to distro module 2023-05-23 21:33:50 +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() 6385ce92e3
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
2023-05-18 18:13:09 +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() 1b2d636410
feat: introduce kernel version 2023-05-14 22:00:29 +00:00
dump_stack() d13eab6947
Match by debian release 2023-05-12 20:05:44 +00:00
dump_stack() 0e85866822
Implement Oracle Linux support 2023-05-09 14:40:06 +00:00
dump_stack() 105809ddec
Add script artifact type 2023-03-22 20:56:44 +00:00
dump_stack() 2d6db97b43
Add support for applying patches 2023-02-16 10:22:08 +00:00
dump_stack() b246ecf956
Support make targets 2023-02-15 16:54:46 +00:00
dump_stack() 3f79c8e461
Standard modules dependencies 2023-02-15 11:48:25 +00:00
dump_stack() 668bc1e391
Store the default kernel modules 2023-02-15 11:00:00 +00:00
dump_stack() a7b619fc40
lint 2023-01-30 20:15:17 +00:00
Bradley Landherr e43993c6e5 adding TestFiles to artifact config, transfers extra test files to VM 2020-09-15 12:57:11 +02:00
dump_stack() 22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00
dump_stack() 2f5f1db0db
Add docker timeout to artifact configuration 2020-06-14 17:32:57 +00:00
dump_stack() a08861cc19
Implements KPTI flag 2019-08-20 00:05:19 +00:00
dump_stack() d425f455bb
Make variable names more toml-friendly 2019-08-19 19:03:59 +00:00
dump_stack() 857f398f6b
MarshalTOML for Duration 2019-08-19 19:01:29 +00:00
dump_stack() 282d99f511
Allow to force some qemu settings from .out-of-tree.toml 2019-08-19 18:34:13 +00:00
dump_stack() ea5f06334c
Fix regexp 2019-08-17 15:30:42 +00:00
dump_stack() e5856c1931
Implements non-regex way to set kernel version 2019-08-17 15:12:48 +00:00
dump_stack() 1fdf92cc6b
Typo 2019-08-17 09:47:13 +00:00
dump_stack() 73b39b5c0d
Refactor 2019-08-17 09:35:36 +00:00
dump_stack() e0c0d3a072
Refactor 2019-08-17 08:51:42 +00:00
dump_stack() 3064dc3a27 Auto detect debug symbols for host kernels 2019-08-16 15:34:10 +00:00
dump_stack() d035e4f8ad Implements build on host and support for custom kernels
Resolves #6
2019-08-16 14:05:26 +00:00
dump_stack() 18a92703ba Move to fmt.Errorf 2018-12-10 02:45:17 +00:00
dump_stack() 1488d4b081 Implements fallback if rootfs image not found 2018-12-01 20:18:43 +00:00
dump_stack() b350e9c45b Implements kernels config autogeneration 2018-12-01 14:23:01 +00:00
dump_stack() f81a4e38a1 Auto-generate rootfs image name 2018-11-29 00:01:14 +00:00
dump_stack() 8eff63f2b9 Basic kernel autogeneration (based on current config) implementation 2018-11-28 22:41:17 +00:00
dump_stack() bf6f233479 Implements marshalling for config 2018-11-23 09:00:30 +00:00
dump_stack() ce7fce49f5 Add config submodule 2018-11-17 20:20:59 +00:00