[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_lede_common: don't build all packages

Holger Levsen holger at layer-acht.org
Fri Jun 9 11:36:57 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 0aed29c2c17e5296ea520f31d1e83b523975de24
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Fri Jun 9 13:32:56 2017 +0200

    reproducible_lede_common: don't build all packages
    
    improves our development speed for now. We will re-enable it
    to get cover more packages and targets
    
    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 d465a0b..87a6c53 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -194,7 +194,8 @@ openwrt_config() {
 	CONFIG=$1
 
 	printf "$CONFIG" > .config
-	printf "CONFIG_ALL=y\n" >> .config
+	# don't build all packages to improve development speed
+	# 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