1
0
Commit Graph

1018 Commits

Author SHA1 Message Date
60bc7238a8 Use the legacy SCP protocol for directory transfers instead of SFTP 2023-03-19 17:56:09 +00:00
04106e7537 VM commands debug logs 2023-03-19 13:30:10 +00:00
21d8bec382 Set default log level to info 2023-03-19 13:20:39 +00:00
c82bd6a554 Consider copy standard modules error as fatal 2023-03-19 13:20:29 +00:00
08beba2bab Add debug logs for exec.Command 2023-03-19 13:14:14 +00:00
305c6972ca Improve logging 2023-03-19 12:36:19 +00:00
78069c6240 More debug logging 2023-03-18 22:55:38 +00:00
992a0f871c More debug logging 2023-03-18 22:48:24 +00:00
3f16599109 Remove verbose flag 2023-03-18 22:39:24 +00:00
c2c3837f44 Set default log level to debug 2023-03-18 22:34:44 +00:00
f1f67e38ee Improve logging 2023-03-18 22:34:30 +00:00
ae20a6d11d Add log level parameter 2023-03-18 21:53:53 +00:00
8bffea0aea Switch to zerolog 2023-03-18 21:30:07 +00:00
feb1ab7d37 Revert "Use the legacy SCP protocol for directory transfers instead of SFTP"
This reverts commit cc1261b0b0.
2023-03-16 18:54:48 +00:00
12d5d43d7a Build with cgo 2023-03-16 18:46:46 +00:00
585a608083 go mod way to build 2023-03-16 09:52:34 +00:00
f10c4165a1 use docker run --rm ... 2023-03-16 09:42:07 +00:00
51e4cfec30 Print current tag at start 2023-03-16 09:41:49 +00:00
d5d9cce517 Suggest use of official docker installation guide 2023-03-16 09:41:31 +00:00
0e153b2763 debug: add parameters to set ssh addr/port 2023-02-28 19:11:28 +00:00
71f5530fed kernel genall: limit generated kernels to 100 2023-02-27 18:53:06 +00:00
870fe202b7 Treat test files as relative to build directory 2023-02-27 18:28:10 +00:00
b0587a4ade Add --artifact-config parameter to debug command 2023-02-23 08:26:54 +00:00
4fdcc5d098 Refactor 2023-02-23 08:25:19 +00:00
09feffb6a8 Treat test files as relative to build directory 2023-02-16 10:46:24 +00:00
2d6db97b43 Add support for applying patches 2023-02-16 10:22:08 +00:00
cc1261b0b0 Use the legacy SCP protocol for directory transfers instead of SFTP 2023-02-16 08:30:29 +00:00
24b6749504 Wait until ssh is available 2023-02-16 06:30:59 +00:00
f97cb3f10a Typo 2023-02-15 16:57:31 +00:00
b246ecf956 Support make targets 2023-02-15 16:54:46 +00:00
c9618be454 Store kernels in separate directories 2023-02-15 16:09:11 +00:00
f6b6b823a9 Use already defined path 2023-02-15 11:57:33 +00:00
3f79c8e461 Standard modules dependencies 2023-02-15 11:48:25 +00:00
3d6961dfd7 Treat any SCP output as an error 2023-02-15 11:45:25 +00:00
9910921e30 Cleanup symbolic links from modules dir 2023-02-15 11:38:02 +00:00
d59049e531 qemu: add CopyDirectory (via scp) 2023-02-15 11:20:30 +00:00
668bc1e391 Store the default kernel modules 2023-02-15 11:00:00 +00:00
3ec919abc1 Image editing command 2023-02-15 10:17:57 +00:00
0529b30558 qemu: allow to run mutable 2023-02-15 09:48:13 +00:00
063df192b4 mirror:// is slower and less reliable in the end 2023-02-14 05:30:28 +00:00
1a952e0212 Set the default maximum number of kernels to be downloaded to 100
The overlayfs driver natively supports up to 128 layers
2023-02-13 22:10:23 +00:00
8b5ce9923b Revert podman layer squashing, does not work well with caching 2023-02-11 15:02:21 +00:00
b1493b79a3 podman --squash-all requires --layers to cache intermediate layers 2023-02-11 14:47:43 +00:00
fb5b2a2bbb Case insensitive 2023-02-11 14:30:37 +00:00
a9db750ea5 Fix case where both docker and podman are installed, but docker is not podman alias 2023-02-11 08:52:49 +00:00
55032f07af Squash podman layers, not docker layers 2023-02-11 08:33:20 +00:00
bb7c2f94d5 podman: squash all layers into a single layer 2023-02-11 08:28:26 +00:00
422f05d25b Use squash only if podman is used 2023-02-11 08:22:37 +00:00
3c8e80cace docker/podman: squash newly built layers into a single new layer 2023-02-11 08:08:26 +00:00
a0ee660e50 Add artifact config flag 2023-02-01 08:04:27 +00:00