1
0
Commit Graph

19 Commits

Author SHA1 Message Date
e141f46892
feat: parameter to refetch kbuild 2023-05-29 11:48:25 +00:00
443d23bd67
feat: add update for debian release 2023-05-29 08:38:53 +00:00
487b9c520d
feat: add limit amount of kernels to fetch 2023-05-28 20:37:05 +00:00
ac4fcaaa91
fix: no need to have separate case for debian anymore 2023-05-24 09:09:16 +00:00
e767299222
feat: show both release number and name for debian 2023-05-18 22:26:42 +00:00
f0c82f9289
feat: implement list of available distros 2023-05-18 22:02:41 +00:00
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
950cee6df0
feat: add --dump to dump cache 2023-05-17 12:33:59 +00:00
be5f114694
fix: decrease log level 2023-05-17 11:25:07 +00:00
a68ceacb43
feat: parallel download of deb packages 2023-05-17 10:04:37 +00:00
3959a23efa
fix: typo 2023-05-15 14:26:38 +00:00
24c0a05ab0
feat: do not fail if at least one download succeeds 2023-05-15 14:11:08 +00:00
40b1b223d4
feat: support to specify maximum amount of downloads 2023-05-15 13:41:37 +00:00
97ee8f09a4
feat: exit with error if no packages found to download 2023-05-15 13:41:04 +00:00
346e24db6b
feat: support for ignoring packages exists on the mirror 2023-05-15 13:19:17 +00:00
562abec7f4
feat: fail fast on regexp error 2023-05-15 11:50:54 +00:00
883c8ee6cb
feat: do not download if already exists 2023-05-15 11:48:06 +00:00
689bf1098a
feat: command to download debian packages 2023-05-15 11:35:15 +00:00
6c1f9f8606
feat: add command for distro-related helpers 2023-05-15 10:50:56 +00:00