diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-10-12 17:27:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-12 17:28:50 +0200 |
commit | f3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a (patch) | |
tree | e9c616e3a3efcba49390d7fab042e3735f6d05f1 | |
parent | 8afe24f3fba467a71bef8b357ce94f673aca2f9e (diff) | |
download | jenkins.debian.net-f3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a.tar.xz |
reproducible/openwrt|lede: ignore download errors
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index da12e925..82432824 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() { |