[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: deal gracefully with some failing package build failures

Holger Levsen holger at moszumanska.debian.org
Sun Jul 19 08:34:35 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 6fbfdf0e46b60797baa8937b7fb4a19dcb10f86b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jul 19 10:33:56 2015 +0200

    reproducible openwrt: deal gracefully with some failing package build failures
---
 bin/reproducible_openwrt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index a0426d3..cd6701e 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -82,7 +82,7 @@ openwrt_build() {
 	ionice -c 3 nice \
 		$MAKE -j $NUM_CPU target/install
 	ionice -c 3 nice \
-		$MAKE -j $NUM_CPU package/index
+		$MAKE -j $NUM_CPU package/index || true # don't let some packages fail the whole build
 }
 
 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