Make linux kernel builds reproducible when BUILDBOT selected
authorAlexander Couzens <lynxis@fe80.eu>
Wed, 12 Jun 2019 00:59:05 +0000 (02:59 +0200)
committerAlexander Couzens <lynxis@fe80.eu>
Tue, 2 Jul 2019 14:32:47 +0000 (16:32 +0200)
commitfdd0a8d49118134070c13231b6d10ec88b9105da
tree435446c241a82d88b46d858556ba48e77f0f1691
parent3fd97c522bb791058215e736a00b86aa8af92363
Make linux kernel builds reproducible when BUILDBOT selected

The linux kernel is not reproducible because the build user
and domain is included into the kernel. Set the build user
to `builder` and build domain to buildhost.

It's also possible to build reproducible builds by setting
KERNEL_BUILD_USER KERNEL_BUILD_DOMAIN to static values.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
config/Config-kernel.in