1
0
Fork 0
Commit Graph

9 Commits (bcf8de336f5309d903de18215c34293745b81f35)

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