[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: don't let whole build fail if target install fails

Holger Levsen holger at moszumanska.debian.org
Thu Aug 6 18:32:17 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 666df0076de495f2e523e3e35a38487e59a54b9b
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Thu Aug 6 20:30:32 2015 +0200

    reproducible openwrt: don't let whole build fail if target install fails
---
 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 bef59f3..8397af9 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -82,7 +82,7 @@ openwrt_build() {
 	ionice -c 3 nice \
 		$MAKE $OPTIONS package/install
 	ionice -c 3 nice \
-		$MAKE $OPTIONS target/install
+		$MAKE $OPTIONS target/install V=s || true
 	ionice -c 3 nice \
 		$MAKE $OPTIONS package/index || true # don't let some packages fail the whole build
 }

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