[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible_lede: build all base packages

Holger Levsen holger at layer-acht.org
Tue Jun 13 11:30:34 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 01328bb6318eea5191e0ff45853ba9fa15d86abe
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Jun 13 13:26:04 2017 +0200

    reproducible_lede: build all base packages
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede_common.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 4921ea7..c2cbf44 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -195,8 +195,7 @@ openwrt_config() {
 	CONFIG=$1
 
 	printf "$CONFIG" > .config
-	# don't build all packages to improve development speed
-	# 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
@@ -288,8 +287,8 @@ openwrt_download() {
 	openwrt_create_signing_keys
 
 	# update feeds
-	./scripts/feeds update
-	./scripts/feeds install -a
+	#./scripts/feeds update
+	#./scripts/feeds install -a
 
 	# configure openwrt because otherwise it wont download everything
 	openwrt_config $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