1
0
Fork 0
Commit Graph

15 Commits (master)

Author SHA1 Message Date
dump_stack() 820208d079
refactor: remove ioutil 2024-02-20 12:44:35 +00:00
dump_stack() 6036211172
refactor: errors 2024-02-20 11:37:19 +00:00
dump_stack() b1f11af512
feat: implement container import 2023-06-17 08:45:17 +00:00
dump_stack() a6944050cc
feat: implement openSUSE 42+ support 2023-06-15 16:30:12 +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() 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() 05f210494a
test: missing panic 2023-05-13 12:40:36 +00:00
dump_stack() 1818d38b03
test: cover download debian cache 2023-05-13 12:36:19 +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