1
0
Fork 0
Commit Graph

13 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() 950cee6df0
feat: add --dump to dump cache 2023-05-17 12:33:59 +00:00
dump_stack() be5f114694
fix: decrease log level 2023-05-17 11:25:07 +00:00
dump_stack() a68ceacb43
feat: parallel download of deb packages 2023-05-17 10:04:37 +00:00
dump_stack() 3959a23efa
fix: typo 2023-05-15 14:26:38 +00:00
dump_stack() 24c0a05ab0
feat: do not fail if at least one download succeeds 2023-05-15 14:11:08 +00:00
dump_stack() 40b1b223d4
feat: support to specify maximum amount of downloads 2023-05-15 13:41:37 +00:00
dump_stack() 97ee8f09a4
feat: exit with error if no packages found to download 2023-05-15 13:41:04 +00:00
dump_stack() 346e24db6b
feat: support for ignoring packages exists on the mirror 2023-05-15 13:19:17 +00:00
dump_stack() 562abec7f4
feat: fail fast on regexp error 2023-05-15 11:50:54 +00:00
dump_stack() 883c8ee6cb
feat: do not download if already exists 2023-05-15 11:48:06 +00:00
dump_stack() 689bf1098a
feat: command to download debian packages 2023-05-15 11:35:15 +00:00
dump_stack() 6c1f9f8606
feat: add command for distro-related helpers 2023-05-15 10:50:56 +00:00