[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_lede: enable CONFIG_BUILDBOT to reduce inode load while building
Holger Levsen
holger at layer-acht.org
Wed Nov 8 04:32:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit c9d07156e6d6d5e94632a4c03d25aaa4f23edefb
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Wed Nov 8 02:41:32 2017 +0100
reproducible_lede: enable CONFIG_BUILDBOT to reduce inode load while building
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_lede_common.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 55ef15e..1554b8b 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -235,6 +235,7 @@ openwrt_config() {
printf "$CONFIG\n" | grep '^[^ ]' > .config
printf "CONFIG_ALL=y\n" >> .config
printf "CONFIG_AUTOREMOVE=y\n" >> .config
+ printf "CONFIG_BUILDBOT=y\n" >> .config
printf "CONFIG_CLEAN_IPKG=y\n" >> .config
printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
printf 'CONFIG_KERNEL_BUILD_USER="lede"\n' >> .config
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list