[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible_lede_common: simplify openwrt_compile()

Holger Levsen holger at layer-acht.org
Sat Dec 24 10:26:07 UTC 2016


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 037e8946c17a859dabdd18e889850613c233058c
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sun Nov 27 01:37:51 2016 +0100

    reproducible_lede_common: simplify openwrt_compile()
    
    we dont need to ignore certains failures because of IGNORE_ERROS=ym
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede_common.sh | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 3be3efc..0f0af0f 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -229,12 +229,7 @@ openwrt_compile() {
 	echo "============================================================================="
 	echo "$(date -u) - Building $TYPE ${OPENWRT_VERSION} ($TARGET) - $RUN build run."
 	echo "============================================================================="
-	ionice -c 3 $MAKE $OPTIONS target/compile
-	ionice -c 3 $MAKE $OPTIONS package/cleanup
-	ionice -c 3 $MAKE $OPTIONS package/compile || true # don't let some packages fail the whole build
-	ionice -c 3 $MAKE $OPTIONS package/install
-	ionice -c 3 $MAKE $OPTIONS target/install V=s || true
-	ionice -c 3 $MAKE $OPTIONS package/index || true # don't let some packages fail the whole build
+	ionice -c 3 $MAKE $OPTIONS
 }
 
 # called by openwrt_two_times

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