Commit graph

280 commits

Author SHA1 Message Date
Maximilian Luz 16a9e388ef
pkg/arch: Revert back to official archlinux docker image 2022-01-04 16:11:46 +01:00
Maximilian Luz 295ec4982a
Update Debian kernel to v5.15.11 2021-12-25 16:07:29 +01:00
Maximilian Luz 001f8a8199
Update Debian kernel to v5.15.6 2021-12-08 17:14:03 +01:00
Maximilian Luz e1711a400e
Update Debian kernel to v5.15.5 2021-11-29 12:06:05 +01:00
Maximilian Luz f841fce57c
Remove support for Fedora 33
Fedora 33 has reached its end of life.
2021-11-29 12:04:34 +01:00
Maximilian Luz 49540b67e8
Update Debian kernel to v5.15.3 2021-11-20 04:21:27 +01:00
Maximilian Luz 7a1ff73120
Bump Debian kernel release 2021-11-09 01:07:50 +01:00
Maximilian Luz 697cec1926
Update Debian kernel to 5.14.16 2021-11-05 20:02:03 +01:00
Dorian Stoll f40da4eac5
pkg: Add support for Fedora 35 2021-11-03 20:23:20 +01:00
Maximilian Luz 1ecf2d1b22
Update Debian kernel to 5.14.15 2021-10-31 22:24:04 +01:00
Maximilian Luz 7a778734be
Bump Debian pkgrel 2021-10-27 22:53:03 +02:00
Maximilian Luz 6c21326de8
pkg/debian: Speed up cloning of kernel tree
Cloning the full branch takes quite a long time on the Ubuntu mainline
repo. The idea was that this would enable us to use `git am -3`, i.e.
3way merges, but that quite often didn't work in practice anyways. So go
back to a shallow clone.
2021-10-27 15:01:47 +02:00
Maximilian Luz 0c7f406ba9
Bump Debian pkgrel 2021-10-27 14:18:57 +02:00
Maximilian Luz d0b378658b
Update Debian kernel to 5.14.14 2021-10-23 19:14:38 +02:00
Maximilian Luz edbfceeafa
Update Debian kernel to 5.14.13 2021-10-20 20:31:46 +02:00
Maximilian Luz ce877c335b
Bump Debian pkgrel 2021-10-10 19:57:15 +02:00
Maximilian Luz f69d2d78b0
Update Debian kernel to 5.14.11 2021-10-10 15:45:12 +02:00
Maximilian Luz a0c4ab6214
Bump Debian pkgrel 2021-10-10 01:52:21 +02:00
Maximilian Luz 4051a53f7e
Bump Debian package release version 2021-10-09 13:19:54 +02:00
Maximilian Luz e86bc032f3
Update Debian kernel to 5.14.10 2021-10-09 01:06:48 +02:00
Maximilian Luz 2231381421
Update Debian kernel to 5.14.9 2021-10-03 02:27:18 +02:00
Maximilian Luz 155b798430
Update Debian kernel to 5.14.8 2021-09-27 17:00:57 +02:00
Maximilian Luz 0edc9a1c3a
Update Debian kernel to 5.14.6 2021-09-20 15:39:14 +02:00
Maximilian Luz 42bb58f97a
Update Debian kernel to 5.14.5 2021-09-16 21:58:33 +02:00
Maximilian Luz 4869b0835e
Update Debian LTS kernel to v4.19.206 2021-09-16 21:56:21 +02:00
Maximilian Luz 92f7e49d21
Update Debian kernel to 5.13.13 2021-09-03 00:14:05 +02:00
Maximilian Luz 223b854281
Update Debian kernel to 5.13.12 2021-08-25 00:08:49 +02:00
Maximilian Luz fa07feb398
Update Debian kernel to 5.13.10 2021-08-15 01:51:18 +02:00
Maximilian Luz 4dc2b3bf6c
Update Debian LTS kernel to v4.19.203 2021-08-15 01:50:01 +02:00
Maximilian Luz 780af34a1f
fixup! pkd/debian: Clone full git branch to make 'git am -3' work
Re-add target directory. This got dropped accidentally with the last
change.
2021-08-01 16:39:31 +02:00
Maximilian Luz 365b15f8ef
pkd/debian: Clone full git branch to make 'git am -3' work
The 'git am -3' command fails for shallow clones. Let's clone the repo
with '--single-branch' instead, which will fetch the full history of the
cloned branch, but will not fetch other branches.
2021-08-01 16:21:37 +02:00
Maximilian Luz 53da6b92e4
Update Debian kernel to 5.13.7 2021-08-01 16:10:14 +02:00
Maximilian Luz d9cd921629
Update Debian LTS kernel to 4.19.200 2021-08-01 16:08:56 +02:00
Maximilian Luz 513588effe
pkd/debian: Use 'git am -3' to fix some conflicts 2021-07-21 03:44:15 +02:00
Maximilian Luz 9bfb27f3e8
pkd/debian: Use 'git am' instead of 'patch' to avoid issues
The patch tool tries to ask questions when a patch fails, which means
automated builds will be waiting for that to time out on errors. Use
'git am' instead. This should also be smarter when applying patches.
2021-07-21 03:24:44 +02:00
Maximilian Luz 481f63a426
Update Debian kernel to 5.13.4 2021-07-21 01:34:39 +02:00
Maximilian Luz 6bbbb8deeb
Update Debian LTS kernel to 4.19.198 2021-07-21 01:30:50 +02:00
Maximilian Luz 3e77413bb5
pkg: ubuntu: Add missing zstd dependency 2021-07-02 19:09:33 +02:00
Maximilian Luz 382178122f
Update Debian kernel to 5.12.14 2021-07-02 15:15:52 +02:00
Maximilian Luz 6fe1984378
Update Debian LTS kernel to 4.19.196 2021-07-02 15:14:34 +02:00
Maximilian Luz a7d7c6c138
Update Debian kernel to 5.12.13 2021-06-29 15:59:20 +02:00
Maximilian Luz 76317fe4fd
pkg: fedora: Drop support for Fedora 32
Fedora 32 has reached its end-of-life for almost a month now and we
haven't released any new kernels for it since. So drop F32 support.
2021-06-19 22:13:05 +02:00
Maximilian Luz c635868a90
Update Debian kernel to 5.12.12 2021-06-19 22:08:27 +02:00
Maximilian Luz 44b463d31e
Update Debian LTS kernel to 4.19.195 2021-06-19 22:06:25 +02:00
Maximilian Luz 762cb5a652
Update Debian kernel to 5.12.10 2021-06-13 23:11:59 +02:00
Maximilian Luz a464df4a67
Update Debian LTS kernel to 4.19.194 2021-06-13 23:10:48 +02:00
Maximilian Luz 30ad289a93
Update Debian kernel to 5.12.9 2021-06-03 20:16:04 +02:00
Maximilian Luz 5520dee55f
Update Debian LTS kernel to 4.19.193 2021-06-03 20:14:25 +02:00
Maximilian Luz b8226d171a
Update Debian kernel to 5.12.8 2021-05-29 15:36:47 +02:00
Maximilian Luz 9dcce0864d
Update Debian LTS kernel to 4.19.192 2021-05-29 15:33:23 +02:00