[x86,arm64] Disable code signing for upload to unstable

This commit is contained in:
Ben Hutchings 2018-04-19 14:51:22 +01:00
parent 8c15b8895d
commit 7f9ee99baf
4 changed files with 1 additions and 3 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
linux (4.18.5-1) UNRELEASED; urgency=medium linux (4.18.5-1) UNRELEASED; urgency=medium
* Set ABI to 1 * Set ABI to 1
* [x86,arm64] Disable code signing for upload to unstable
-- Ben Hutchings <ben@decadent.org.uk> Mon, 27 Aug 2018 14:22:41 +0100 -- Ben Hutchings <ben@decadent.org.uk> Mon, 27 Aug 2018 14:22:41 +0100

View File

@ -7,7 +7,6 @@ kernel-arch: x86
[build] [build]
debug-info: true debug-info: true
image-file: arch/x86/boot/bzImage image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true vdso: true
[image] [image]

View File

@ -7,7 +7,6 @@ featuresets:
[build] [build]
debug-info: true debug-info: true
image-file: arch/arm64/boot/Image image-file: arch/arm64/boot/Image
signed-code: true
vdso: true vdso: true
[image] [image]

View File

@ -6,7 +6,6 @@ kernel-arch: x86
[build] [build]
image-file: arch/x86/boot/bzImage image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true vdso: true
[description] [description]