diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-12-24 04:09:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-24 11:25:54 +0100 |
commit | 80cdb3bebcc4e9dee9f4bc39961126a19725755c (patch) | |
tree | 155e1e6ccde6652c6f818636ab02e65ac31a2fde /bin | |
parent | 037e8946c17a859dabdd18e889850613c233058c (diff) | |
download | jenkins.debian.net-80cdb3bebcc4e9dee9f4bc39961126a19725755c.tar.xz |
reproducible_lede_common: enable logging while downloading
try to find the ftbfs reason.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_lede_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index 0f0af0f8..c4143931 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -254,7 +254,7 @@ openwrt_download() { # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG - make download -j $NUM_CPU IGNORE_ERRORS=ym + make download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1 } openwrt_get_banner() { |