[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible/openwrt|lede: ignore download errors
Holger Levsen
holger at layer-acht.org
Wed Oct 12 15:31:21 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 f3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Wed Oct 12 17:27:57 2016 +0200
reproducible/openwrt|lede: ignore download errors
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_openwrt_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index da12e92..8243282 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -220,7 +220,7 @@ openwrt_download() {
# configure openwrt because otherwise it wont download everything
openwrt_config $CONFIG
- make download -j $NUM_CPU
+ make download -j $NUM_CPU IGNORE_ERRORS=ym
}
openwrt_get_banner() {
--
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