[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible openwrt: build all packages and simplify building

Holger Levsen holger at moszumanska.debian.org
Fri Jul 17 08:32:55 UTC 2015


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 f6395b3c06146889e3c5dd8b7cd026fa0d85729a
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Thu Jul 16 22:28:02 2015 +0200

    reproducible openwrt: build all packages and simplify building
---
 bin/reproducible_openwrt.sh | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index f48d7ba..f74f74b 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -47,6 +47,7 @@ openwrt_config() {
 	CONFIG=$1
 
 	printf "$CONFIG" > .config
+	printf "CONFIG_ALL=y" >> .config
 	make defconfig
 }
 
@@ -69,17 +70,7 @@ openwrt_build() {
 	echo "$(date -u) - Building OpenWrt ${OPENWRT_VERSION} ($TARGET) - $RUN build run."
 	echo "============================================================================="
 	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU target/compile
-	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU package/cleanup
-	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU package/compile || true # don't let some packages fail the whole build
-	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU package/install
-	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU target/install
-	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU package/index
+		$MAKE -j $NUM_CPU IGNORE_ERRORS=1
 }
 
 openwrt_cleanup() {

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