diff mbox series

[OpenWrt-Devel,buildbot] phase1: build kernel reproducible

Message ID 20190607145019.30060-1-lynxis@fe80.eu
State Deferred
Delegated to: Alexander Couzens
Headers show
Series [OpenWrt-Devel,buildbot] phase1: build kernel reproducible | expand

Commit Message

Alexander 'lynxis' Couzens June 7, 2019, 2:50 p.m. UTC
Set CONFIG_KERNEL_BUILD_DOMAIN and CONFIG_KERNEL_BUILD_USER to
buildbot@openwrt

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
---
 phase1/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/phase1/master.cfg b/phase1/master.cfg
index f5068675bafc..765d9dea0fd9 100644
--- a/phase1/master.cfg
+++ b/phase1/master.cfg
@@ -632,7 +632,7 @@  for target in targets:
 	factory.addStep(ShellCommand(
 		name = "newconfig",
 		description = "Seeding .config",
-		command = "printf 'CONFIG_TARGET_%s=y\\nCONFIG_TARGET_%s_%s=y\\n' >> .config" %(ts[0], ts[0], ts[1])
+		command = "printf 'CONFIG_TARGET_%s=y\\nCONFIG_TARGET_%s_%s=y\\nCONFIG_KERNEL_BUILD_DOMAIN=\"openwrt\"\\nCONFIG_KERNEL_BUILD_USER=\"buildbot\"\\n' >> .config" %(ts[0], ts[0], ts[1])
 	))
 
 	factory.addStep(ShellCommand(