]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
UBUNTU: [Packaging] scripts/misc/kernelconfig: Disable config checks for mainline...
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 18 Jan 2023 07:23:07 +0000 (08:23 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 9 Mar 2023 14:58:22 +0000 (15:58 +0100)
commit47dc643cf3975a5193e13ac13b5bb4f5856a174c
tree78f8c67ddc315a975bf39e505fa46ade3fc9c1d6
parent2c80fb2913f0ab1e1d8f770716b2efb62f0f7147
UBUNTU: [Packaging] scripts/misc/kernelconfig: Disable config checks for mainline builds

For mainline builds, all checks need to be disabled since failures can't
be tolerated/handled. For that, do_skip_checks is set to 'true' but the
new kernelconfig script doesn't honor that. Fix it.

While at it, add a header comment listing all supported environment
variables.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
debian/rules.d/1-maintainer.mk
debian/scripts/misc/kernelconfig