[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_lede: set CONFIG_AUTOREMOVE to reduce required space

Holger Levsen holger at layer-acht.org
Fri Jun 9 00:45:58 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 5fd27f23dd95fc7a8e2e5ba8c046fc17e3a2ec29
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Jun 9 01:02:12 2017 +0200

    reproducible_lede: set CONFIG_AUTOREMOVE to reduce required space
    
    When CONFIG_AUTOREMOVE is set, LEDE will remove the build_dir
    of a package after it has been build.
    
    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 60fbe3d..d465a0b 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -195,6 +195,7 @@ openwrt_config() {
 
 	printf "$CONFIG" > .config
 	printf "CONFIG_ALL=y\n" >> .config
+	printf "CONFIG_AUTOREMOVE=y\n" >> .config
 	printf "CONFIG_CLEAN_IPKG=y\n" >> .config
 	printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
 	make defconfig

-- 
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