1
0
Fork 0
Commit Graph

19 Commits (e141f46892dd4a8a2a1ddd07452553bf78fd8927)

Author SHA1 Message Date
dump_stack() e141f46892
feat: parameter to refetch kbuild 2023-05-29 11:48:25 +00:00
dump_stack() 443d23bd67
feat: add update for debian release 2023-05-29 08:38:53 +00:00
dump_stack() 487b9c520d
feat: add limit amount of kernels to fetch 2023-05-28 20:37:05 +00:00
dump_stack() ac4fcaaa91
fix: no need to have separate case for debian anymore 2023-05-24 09:09:16 +00:00
dump_stack() e767299222
feat: show both release number and name for debian 2023-05-18 22:26:42 +00:00
dump_stack() f0c82f9289
feat: implement list of available distros 2023-05-18 22:02:41 +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() 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