[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible_lede: disable building all packages again

Holger Levsen holger at layer-acht.org
Fri Nov 3 17:50:44 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 7762882724ce0f80674d9db624f72479a029d5c0
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Nov 3 18:33:26 2017 +0100

    reproducible_lede: disable building all packages again
    
    Testing new modification is faster without rebuilding everything
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede_common.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 58b3d3f..c4f659f 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -233,7 +233,8 @@ openwrt_config() {
 	CONFIG=$1
 
 	printf "$CONFIG\n" | grep '^[^ ]' > .config
-	printf "CONFIG_ALL=y\n" >> .config
+	# build all packages
+	# 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

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