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

Mattia Rizzolo mattia at debian.org
Sun Nov 5 13:07:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 360bb7f3d86fe9e932ac47b986d229f74f7b17d9
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sun Nov 5 02:02:49 2017 +0100

    reproducible_lede: enable building all packages again
    
    It was disabled to improve the debug speed while doing
    changes on the reproducible_lede_common script.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_lede_common.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

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