1
0
Commit Graph

11 Commits

Author SHA1 Message Date
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
046c553ed5
fix: cleanup tar.gz after unpack 2023-05-16 08:17:15 +00:00
d118ab03c3
feat: check for mirrored packages 2023-05-15 13:07:56 +00:00
804b6b56ba
feat: debug logging for download 2023-05-13 12:56:54 +00:00
dc8d667930
fix: filename is already full path 2023-05-13 12:50:26 +00:00
05f210494a
test: missing panic 2023-05-13 12:40:36 +00:00
1818d38b03
test: cover download debian cache 2023-05-13 12:36:19 +00:00
c8d171da98
refactor: use fs/ helper to get temp dir 2023-05-13 12:33:12 +00:00
4e77cf82d3
refactor: use one provider for default cache url 2023-05-13 12:14:20 +00:00
1d22902eb0
feat: download debian cache automatically 2023-05-13 11:04:35 +00:00
95695a4070
feat: add cache argument 2023-05-13 10:46:43 +00:00